erraform: 1).which terraform command refreshes the state file refreshing the state file comparing it with real infiratsuruce Without changing. Resoirce ? Terraform refresh 2).what happens if two team members run ‘terraform apply’ simtanously on the same workplace into it ? One apply is failed . That time terraform state file is locked during the operations 3).which backend supports remote lociking natively ? S3 and DynamoDB 4).which terraofm block is responsible for defining the reusable infrsture template ? Modules 5).what will happens if a remove a resource from terraform code ,but keep the state file unchanged into it ? Terraofm shows it as the drift and remove it upon apply into it .. 6).what is the main purpose of terraform taint ocmmadn into terraform ? Resources would be recreated and destroy at next apply Which is already u can marked it as the stained. 7).which file should never be committed to git in real projects? Terraform .tfstsefile 8).what does terraform do during the plan phase ? Its the genarate the plan by comparing the desired state and current state 9).what is the use of terraform import 10).which terraofm feature allows to passing values across modules like variables Ito it ? Outputs

Comments

Popular posts from this blog

Linux interview Questions :

Linux interview questions