Error validate cname records with aws
Hello everyone, we have a problem with some of our terraform modules. This module was written to create in aws some acm and it’s route53 records. It was working now more than a year but suddenly it...
View ArticleDeploying Infra in multiple environments
Hi Team , I am building my applications infrastructure using terraform . My requirement is that I want to deploy my infrastructure in two regions for production i.e. London and Ireland on AWS , but...
View ArticleIterating and creating dynamic nrql alerts
Hi Guys, I am trying to create nrql alerts dynamically by passing a complex object i.e. variable “newrelic_nrql_alert_condition” { description = “set dynamic nrql alerts” type = list(object({...
View ArticleTerraform interop with code
Hello, we are evaluating terraform has a option to manage our infrastructure on Azure. We have requirements to start terraform from our code. What is the recommendation here with the below requirement...
View ArticleElasticSearch domain ValidationException on Cloudwatch Logs Resource Policy
I opened this as an issue because I think its a bug, but im running into something odd when trying to create an ElasticSearch domain, specifically with the Cloudwatch Log Resource Policy. I have...
View ArticleAWS Provider 2.7.0 docs gone from Google search
All of a sudden, starting roughly yesterday (2020-08-06), I’m unable to use Google to search for Terraform resource documentation for the AWS provider. For example, I used to be able to Google for...
View ArticleHow do I scale a terraform ec2 resource?
I currently am managing some EC2 instances.and an excerpt is provider "aws" {} resource "aws_instance" "worker_node" { ami = "ami-asdfasdfagsdfgs" instance_type = "m5.xlarge" count = var.node_count...
View ArticleA managed resource "...""..." has not been declared in the root module
Upgraded to: Terraform v0.12.29 (+) provider.aws v3.1.0 Keep getting error messages on managed resources. Wondering if anyone has run into this. Error: Reference to undeclared resource on route.tf...
View ArticleConsul as a remote backend for TF state file still keeping local...
Hi everyone, I have configured Consul as a backend for remote Terraform state file and everything works well , however, this is also keeping the partial information in local terraform.tfstate file...
View ArticleUsing multiple providers in one stack?
Is it possible to use two providers, in my case AzurermProvider and PanosProvider in one TerraformStack ? I can see an example here but how do I know how resources are tied to providers. I can create...
View ArticleDependencies Error: Code="ResourceGroupNotFound"
Have simple code , which I had to deploy twice because got “ResourceGroupNotFound” . How do I configure dependencies ? I thought it is like pulumi where it is implicit. const rg = new...
View ArticleGetting output value for LB IP of multiple services
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleHow to provide params for this option of AWS provider?
It seems that there are missing information from the docs here [https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/apigatewayv2_api#cors_configuration]. I don’t see any...
View ArticleVault provider - Azure Secrets Backend role - add SP to existing group
We’ve been expanding our use of hashicorp Vault with Azure to create short-lived, dynamic Service Principals. We’re now simplifying the initial configuration of Vault policies and backend secret roles...
View ArticleTerraform show command
Why terraform show command picks a terraform.tf.state instead of main.tf. As in the warning it displayed doesn’t support plain format. But what is the reason to not support plain text format? Any...
View ArticleTerraform 0.13 now available!
The Terraform Team is very excited to announce the general availability of Terraform 0.13. In addition to bringing count, for_each, and depends_on to modular workflows, Terraform 0.13 features the the...
View ArticlePassword with special characters does not work for connection block
Hi guys, I am trying to use password through variable in the connection block of remote-exec , however, seems like its not accepting password with variable when password has special characters in it ....
View ArticleIn-house provider setup trouble
Having some trouble getting this to work. I thought maybe if the plugin were available locally that terraform would just find it. I’m using a community provider and copied it to...
View ArticleIssue with Spring Cloud Helm chart
Hello, I am working on using Terrafrom to deploy a Spring Cloud data flow and have run into a rather confusing error. I am trying to enable features monitoring and for some reason each time I do, I...
View ArticleDocumentation on upgrading CDK for Terraform
I see there is a latest version 0.0.14. Can anyone point me to the documentation on upgrading my current 0.0.12 version to 0.0.14? Thanks 1 post - 1 participant Read full topic
View Article