@vishnuvardhan1532
Nothing here yet.
Nothing here yet.
Nov 18, 2025 · 1 min read · kvv-terraform-day6(18th nov 2025,tuesday) life cycle meta argument: existing ec2 instance should delete only after new ec2 instance come up, for this we use create_before_destroy in lifecycle meta argument ,see below: create before destroy means...
Join discussionNov 18, 2025 · 1 min read · kvv-terraform-day5(18th nov 2025,tuesday) meta arguments: meta arguments are very important in terraform. ‘variable’ term we call as keyword. practice more meta arguments by searching in chatgpt. and also ask give more example on meta arguments. for_...
Join discussionNov 18, 2025 · 1 min read · kvv-terraform-day4(18th nov 2025,tuesday) if we change the server name(ec2 instance) in terraform script , it is in-place update, if we replace few parameters it is in-place update, it will not delete the existing server. see below: in-place update j...
Join discussionNov 17, 2025 · 1 min read · kvv-terraform-day3(17th nov 2025,monday) in resource block , alias names should be unique/different , duplication is allowed. terraform init is one time activity, we dont need to run every time. replace if script updated. -40mins. if our curren...
Join discussion