About 50 results
Open links in new tab
  1. aws_instance - changing volume_size - Stack Overflow

    Apr 22, 2021 · It is doable through the AWS Console or AWS CLI, but not through Terraform, based on a quick test. Changing the volume_size parameter from 10 to 20 in an aws_instance definition such …

  2. How to retrieve a secret in terraform from aws secret manager

    Jun 11, 2020 · Please note that Terraform 0.14 added the ability to redact Sensitive values in console output. Therefore, if you are using Terraform > 0.14, you will have to use nonsensitive function to …

  3. How to make Terraform to read AWS Credentials file?

    Sep 29, 2020 · I've spent quite a bit of time trying to figure out how to get Terraform to read ~/.aws/credentials. The only option that worked for me was specifying AWS_PROFILE environment …

  4. Add/attach AWS IAM Role to EC2 instance via terraform

    Nov 29, 2022 · I am using terraform to deploy ec2 instances on AWS, and i need a way to attach AWS IAM Role to the instance. I have created manuall on AWS console an IAM Policy + role, and …

  5. Terraform / AWS stuck in "still destroying..." subnet and security ...

    Jul 2, 2023 · I am creating a scraped data cleaning pipeline in aws using terraform so I can reuse the configuration later too for other use-cases. Infra steps: Upload csv to an S3 bucket Trigger Lambda …

  6. How do I force terraform to recreate a resource? - Stack Overflow

    Jan 19, 2022 · This means that the end state of the redeploy of the aws_lightsail_instance is that port 443 is closed. If I run terraform apply again then it will correctly replace …

  7. Uploading Multiple files in AWS S3 from terraform

    Aug 12, 2019 · As of now in 2023 Terraform is encouraging the users to switch to aws_s3_object. "The aws_s3_bucket_object resource is DEPRECATED and will be removed in a future version!" Can we …

  8. Terraform, AWS and importing existing SSL certificates

    Oct 12, 2020 · Truth is I'm running terraform code through a pipeline, this code depends on a bunch of certificates that have been added through AWS web console, so I have the certificate, the private key …

  9. Error: configuring Terraform AWS Provider: failed to get shared config ...

    Mar 15, 2023 · The shared config profile terraform is talking about has to do with the provider.profile variable in main.tf, AWS_PROFILE environment variable, and the ~/.aws/credentials file.

  10. amazon web services - AWS Terraform: │ Error: error configuring ...

    Aug 18, 2022 · 10 May be Your passed AWS configure region is different from your terraform provider region e.g: us-east-1 in AWS configure, us-east-1a in terraform provider region. Please change those …