KVKanike Vishnuvardhaninkvv-terraform-13.hashnode.dev·Nov 18, 2025 · 1 min readkvv-terraform-day7kvv-terraform-day7(18th nov 2025,tuesday) terraform variables: dont hard code values in script, always variables should take from variables file.00
KVKanike Vishnuvardhaninkvv-terraform-13.hashnode.dev·Nov 18, 2025 · 1 min readkvv-terraform-day6kvv-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...00
KVKanike Vishnuvardhaninkvv-terraform-13.hashnode.dev·Nov 18, 2025 · 1 min readkvv-terraform-day5kvv-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_...00
KVKanike Vishnuvardhaninkvv-terraform-13.hashnode.dev·Nov 18, 2025 · 1 min readkvv-terraform-day4kvv-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...00
KVKanike Vishnuvardhaninkvv-terraform-13.hashnode.dev·Nov 17, 2025 · 1 min readkvv-terraform-day3kvv-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...00