I have thoroughly enjoyed your Kubernetes playlist, and it has been instrumental in clearing up numerous doubts. I would be immensely grateful if you could expedite the release of a comprehensive Terraform video series. Your content is incredibly valuable, and I eagerly anticipate learning from your expertise. Thank you!
Nice one. Do we have to run this pipeline again and again if we want to make some changes like a diff version of the pod image or so, or create a separate pipeline that will deploy only the changes in the same eks cluster or the eks cluster will recreate using your pipeline and redeploy everything. What will be downtown in that case?
@@DevOpsPro as mam for managing real time multiple environment thats used in production based scenarios,that eill really be helpful for lot of guys .thanks
According to your code mam, line no 10, provider aws, ke niche underline show kar rha hai vaise hi mere code me bhi kar rha hai lekin jab terraform apply command run kar rha hu to line 10 pe error show kar rha hai Usko kaise solve kare
muze error de raha hai to add export command can you help to resolve C:\Users\***\Downloads\terraform_1.9.2_windows_386>export AWS_REGION="us-east-1" 'export' is not recognized as an internal or external command, operable program or batch file.
The error occurs because the export command is used in Unix-based systems like Linux or macOS, not in Windows. To set environment variables in Windows, you should use the set command instead. Try this: set AWS_REGION="us-east-1"
I have thoroughly enjoyed your Kubernetes playlist, and it has been instrumental in clearing up numerous doubts. I would be immensely grateful if you could expedite the release of a comprehensive Terraform video series. Your content is incredibly valuable, and I eagerly anticipate learning from your expertise. Thank you!
Thank you for your kind words and feedback! Stay tuned for more content! 🚀
Awesome madam !! Thank you 👍 very much
Great & its very important
Nice one. Do we have to run this pipeline again and again if we want to make some changes like a diff version of the pod image or so, or create a separate pipeline that will deploy only the changes in the same eks cluster or the eks cluster will recreate using your pipeline and redeploy everything. What will be downtown in that case?
mam can you please add taint, provisoners etc topics also?
thankyou mam
Thank you too
please also include terragrunt concept
noted
@@DevOpsPro as mam for managing real time multiple environment thats used in production based scenarios,that eill really be helpful for lot of guys .thanks
According to your code mam, line no 10, provider aws, ke niche underline show kar rha hai vaise hi mere code me bhi kar rha hai lekin jab terraform apply command run kar rha hu to line 10 pe error show kar rha hai
Usko kaise solve kare
💯
muze error de raha hai to add export command can you help to resolve C:\Users\***\Downloads\terraform_1.9.2_windows_386>export AWS_REGION="us-east-1"
'export' is not recognized as an internal or external command,
operable program or batch file.
In windows use setx or set for temporary env variable , export is for linux
The error occurs because the export command is used in Unix-based systems like Linux or macOS, not in Windows. To set environment variables in Windows, you should use the set command instead. Try this:
set AWS_REGION="us-east-1"
Mam I have a problem that how do you change directory in terminal from C:/User to deveopspro:$