hello, i have done the state locking but in the console it is only showing release locks and in the dynamo db table it is showing the items , pleasse can you tell the issue
@@ajitinamdartech like when i am doing terraform plan so like in normal it shows acquiring locks and in the end show releasing locks but in my case in starting it is not showing acquiring lock but in the end it is showing releasing locks
Hi, I've three terraform state files as we are creating them module wise. Is there a way to store them in different paths rather than using workspaces?
Hi all, I have 4 envionmnets dev,testing,non prod and prod. how to manage my state files using s3 and dynamodb? do i need to create new s3 and dynamodb for every environment? what are the charges for using dynamodb?
Hi Harish, You can use the same S3 and DynamoDB for all environments. However if you want a tighter control over your state files, you may separate the dynamodb and s3 bucket if required.
Great explanation to the point, Thanks for uploading
Thanks Ankur, glad it was helpful for you
Awesome dear . You truly deserve a comment . Life changing
My pleasure 😊
Great explanation bruh
Thanks Theo, glad it was helpful for you.
Great explanations! Direct to the point and well done demo with all steps that were done
Thanks Pedro! Glad it was helpful.
Thank you!
Glad you liked it
Well done, the demo is awesome
Thanks Akinsoji. Glad it was helpful for you.
Great explanation
Thanks Ivor, glad it helped!
Good explanation sir. It is literally brief and straight to the point :), Thanks
Thanks Vishnu, glad it was helpful for you.
Good job 🔥 🔥 prithiviraj
Thank you!
Thanks, very well explained.
Thanks Aman, glad you liked it!
you are awesome man..
Thanks Sudheer, glad you like my content!
hello, i have done the state locking but in the console it is only showing release locks and in the dynamo db table it is showing the items , pleasse can you tell the issue
Hi Utkarsh,
Can you elaborate more on the issue?
@@ajitinamdartech like when i am doing terraform plan so like in normal it shows acquiring locks and in the end show releasing locks but in my case in starting it is not showing acquiring lock but in the end it is showing releasing locks
in my case i've had to provide the access key for backend init: terraform init -backend-config="access_key=" -backend-config="secret_key="
Did you configure aws credentials on your local machine. If yes, this was not required.
Maybe for running in gitlab click button terraform?
Pease make a video for understanding the basic of Terraform.
Sure Rahul. I have planned for more videos on Terraform.
Hi, I've three terraform state files as we are creating them module wise. Is there a way to store them in different paths rather than using workspaces?
I don't know whether I understand your question correctly, but I keep my state files in S3 in different paths for individual projects / environments.
Hi all,
I have 4 envionmnets dev,testing,non prod and prod.
how to manage my state files using s3 and dynamodb?
do i need to create new s3 and dynamodb for every environment?
what are the charges for using dynamodb?
Maybe try workspaces
Hi Harish,
You can use the same S3 and DynamoDB for all environments. However if you want a tighter control over your state files, you may separate the dynamodb and s3 bucket if required.