python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Add resource argument in loop from list of strings
I'm trying to set up a Digital Ocean Database Firewall, which uses the below syntax:
resource "digitalocean_database_firewall" "example-fw" {
cluster_id = digitalocean_database_c...
Benedict Lewis
Votes: 0
Answers: 1
print terraform output from list of list to a list of strings
I am working with vm deployments over AWS with terraform(v1.0.9) as infrastructure as code. i have Terraform output.tf to print two lan a ips and code prints, list of lists like [["ip_a",],[...
Vinay Gowda
Votes: 0
Answers: 1
How to properly encode null values inside jsonencode() blocks in Terraform for aws_cloudformation_stack resource?
There is a bug in the current version of the official aws_elasticsearch_domain resource which prevents you from creating new OpenSearch domains (and also changing existing domains).
To circumvent thi...
raidlman
Votes: 0
Answers: 0
Unable to reference an AWS API Gateway Usage Plan as a data source in Terraform
I have two Terraform projects that are deployed at different times. One of them needs to reference an API Gateway Usage plan in the other project, which should be deployed first. The code looks like t...
Michael
Votes: 0
Answers: 1