-
Currently `asset.ancestry_path` assumes the resource lives within a project. This does not work for folders, etc.
-
Some users want their developers to be pre-authenticated with external providers (e.g. Artifactory) when they first create their workspace.
This may be to pull data in the startup script or avoid m…
-
A subcommand with the resource name for the `import` subcommand would be very helpful to start transforming to Terraform. As an example:
terraform import aws_route53_record TF_NAME --name=dev.…
-
## Deploy a Best Practices Infrastructure in AWS
This project will deploy an end to end infrastructure in AWS that includes the below resources in `us-east-1`.
- Network
- VPC
- Public subnets
…
-
_This issue was originally opened by @joerggross as hashicorp/terraform#20152. It was migrated here as a result of the [provider split](https://www.hashicorp.com/blog/upcoming-provider-changes-in-terr…
-
## Background
For most of our terraform projects, we prefer to keep the remote state in the same region as the resources that are being created. This allows us to manage resources in other regions w…
-
### Description
I know there were similar issues raised before BUT we do have the required provider set and still getting the warning message in all of our modules - we are trying to upgrade from 1.3…
-
Hii I'm trying to running the experiment simple and I get a persistent 'edge tf not ready'. Will it take time to start the freD instance or should I change anything to run the experiment.
![WhatsApp …
-
The idea of "unknown values" is a crucial part of how Terraform implements planning as a separate step from applying.
An unknown value is a placeholder for a value that Terraform (most often, a Ter…
-
When running Terraform compliance command with required paths, it shows steps getting skipped even if the required attribute is defined in my module and present in plan.out.json. Am I doing something …