-
Clarify goal (and non-goal) of Terraform Baseline modules.
## Goal
Implement Terraform modules that create required and recommended [control plane](https://learn.microsoft.com/en-us/azure/azure-reso…
-
### Terraform Core Version
1.9.6
### AWS Provider Version
5.67.0
### Affected Resource(s)
aws_eks_addon
### Expected Behavior
Provider should handle "heredoc" style of string literal values on …
-
### Terraform CLI Version
1.9.8
### Terraform Provider Version
0.97.0
### Terraform Configuration
```terraform
While trying to import an existing terraform resource of snowflake_tag_masking_polic…
-
**Description**
I am using SeaweedFS as an object storage solution. While creating a bucket works without issues, I encounter an error when attempting to set a policy on the bucket.
**Expect…
-
### What happened?
When convertering
- https://github.com/terraform-aws-modules/terraform-aws-vpc/examples/complete
- https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/examples/objec…
-
### Check for previous/existing GitHub issues/module proposals
- [X] I have checked for previous/existing GitHub issues/module proposals.
### Check this module doesn't already exist in the modul…
-
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the com…
-
### TL;DR
We wanted to convert an existing node pool from public to private, so made the following change in our config:
```diff
module "kubernetes_engine" {
source = "terraform-google-modu…
M4C4R updated
1 month ago
-
### Terraform Version
```shell
Terraform v1.7.2
on linux_amd64
```
### Use Cases
Currently whenever you use a remote module, terraform has to download it and put it in .terraform/modules…
-
### Terraform Version
```shell
Terraform v1.9.8
on linux_amd64
```
### Use Cases
Terraform has introduced the transpose function for maps, but there is no equivalent function for lists. …