0.13-rc1 and local providers
I’ve been working with the release candidate of 0.13 to update our repos ahead of the final version, and I’ve hit some issues with discovering local providers. This is my provider declaration:...
View Article0.13 - Parallel module for_each executions
While using for_each in modules, I noticed that it doesn’t behave as I would expect from an ordinary loop. Each iteration run in parallel, that is, while iteration 0 is execution iteration 1 starts....
View Article0.13-rc1 - Reference module that uses for_each
I’m testing out TF 13, and am just getting my head around what is possible or not. The idea here is to create a subnet (in 3 AZ’s) PER module that is being created. Is that technically possible to do...
View ArticleUsing for to create additional values
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleModule or other options to reuse in terraform
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleAWS Permission boundary to prevent "Edit DHCP option set" of VPC not working
We are using a permission boundary for our non-admin roles, to prevent users from screwing with vital infrastructure. However Im having a hard time preventing change if the VPC attribute “Edit DHCP...
View ArticleTerrafrom Docker on DockerHub
Hello, We are using terrafrom:full image from Docker hub on our CI As I understand, each time the mater is being updated, that image is also being updated to the latest version. Our terraform...
View ArticleAttempting to create multiple resources using for_each and maps
I’m configuring a couple of maps using the for_each argument and when I declare a resource that only uses the one map it works great. I can add or subtract from the map and it adjusts my resources....
View ArticleFailed pulling filesystem: open...
Trying to run a plan in TF Cloud, I get the following error after the plan finishes: failed pulling filesystem: open /tmp/terraform-build-worker850283629/fs-download/< path into my app > is a...
View ArticleTerraform Aws Bucket Policy
Currently I have an AWS S3 bucket that has been deployed as well as a policy. The policy contains Principles from other Terrraform code out side of what I’m working on. I have put the principles in my...
View ArticleHow do you manage the configuration variables if you separate terraform...
So I was suggested to take a global, multi-region, single terraform configuration with thousands of resources, and break it into global, then region + environment isolated sub-configurations. And then...
View ArticleImproving Web by Persisting View Settings
I need to see what has changed recently so I apply the sorting to most recent in the web filter. I then setup a few of the drop-down options to only running, need attention, error and a few others....
View ArticleDeprecation of external references within destroy provisioners
I have a scenario where I need to run some commands on a particular resource (will refer to this as “target”) when any item in a list (count) of resources is created, updated, or removed. I’m doing...
View ArticleRegarding azurerm_servicebus_namespace resource
Hi, I am using azurerm_servicebus_namespace resource and would like to add the diagnostic setting in the Azure service bus . I tried searching for the same in Terraform by HashiCorp Azure Resource...
View ArticleBash Prompt for Terraform Workspaces
Hi Folks, I’ve created a small bash script that shows which terraform workspace you are using on the command prompt. Colour coded for prod, dev and other - easy to extend to other environments....
View ArticleAppSync datasource versioning not supported?
Our organization has a central repository for infrastructure that is written in terraform, where all AWS infrastructure we have goes. We are adding an AWS AppSync API instance, used by Amplify...
View ArticleOCI: An argument named "subnet_id" is not expected here
Hi , I am trying to add Ingress rule by creating security list in OCI for subnet . But i am unable to security list for subnet as i see below error. ==== on main.tf line 29, in resource...
View ArticleError Locking state
Hi Guys, I am new to terraform and just installed terraform on my personal Windows machine. I am getting output for “terraform --version” command but when i am executing terraform console then i am...
View ArticleUsing resource's id in other resources
Hi. I’m using the TypeScript CDK and trying to do something simple: set up a VPC network in GCP. const network = new gcp.ComputeNetwork(this, `primary-network`, { name: `primary-network`,...
View ArticleTerraform state locking
Hi, Using Alibaba Cloud Terraform provider along with OTS state locking solution as implemented in this module: https://github.com/terraform-alicloud-modules/terraform-alicloud-remote-backend. I’m...
View Article