Variable management with tfe_variable requires to apply twice
Hi there ! I’m running into a silly issue as I am managing and using a variable in the same terraform project. Here’s how things look like in my project: resource "tfe_variable" "lambda_timeout" { key...
View ArticleSDK/Provider Development: Anyone ever used code generation or other tools to...
Hi Everyone! I am curious if anyone has ever utilized code generation or other tools to automate some of their Terraform provider development? I ask because when developing a provider it feels a bit...
View ArticlePossible adjustment in tutorial "Install Terraform"
terraform-providers/docker in main.tf for example in that tutorial-step can respectively should be replaced according to CLI-output: provider change to kreuzwerker/docker 1 post - 1 participant Read...
View ArticleImproving output in automation
This PR has been around for a while. Any chance it could be considered for 0.15? github.com/hashicorp/terraform Skip 10-second periodic updates in automated workflows hashicorp:master ←...
View ArticleSecret for aws rds
How do I create a new secret of type “Credentials for RDS databases” in AWS secret manager. I know about the “Resource: aws_secretsmanager_secret” but I don’t see any option to provide type and then...
View ArticleDo we call them "workspaces" or "folders"?
I have never been clear on the right terminology for this. I have a single repo with a bunch of folders each folder points to its own state of course. each folder is also technically a workspace...
View ArticleMixed Linux and Windows VM Deployment
Hi guys, fairly new to terraform and really enjoying it. Quick question for some guidance, for a simple AZURE deployment of a single resource group, Vnet and subnet, I want to deploy a Linux VM and a...
View ArticleCan Terraform auto create a tf file by pointing it to an AWS object?
I’m new to Terraform, so this may be a basic question. Is it possible to run a command and point it directly to a resource and get the .tf file output? Another way to think about it is to export a...
View ArticleTerraform deployment issue
Hello All, I am database developer who has recently started working on cloud technologies and started using terraform deployment via jenkins. I am trying to create lambda function and I am getting...
View ArticleAll Terraform workspaces in organization get stuck in "Plan Queued" state...
Hello, It seems as of this morning around 11am EST up until now, 7pm EST, any time I attempt to queue a plan in any of my organizations’ terraform workspaces, the plan is stuck in the “Plan Queued”...
View ArticleVPC Flow Logs - Create a Directory S3
Hey Guys, So I am creating a VPC Flow Log and storing it in a Bucket. If I create it through AWS Console, I can create a folder after the s3 arn. But I don’t see an option to create folder here...
View ArticleTerraform Cloud not working for me since 15 hours ago
Hi, I need to deploy stuff urgently, and Terraform cloud is down for my Monday launch, backup feature. Whenever I logged in to app.terraform.io I get redirected to a blank page app.terraform.io/app…...
View ArticleCan we modify Resources(not launched by Terraform) on AWS from Terraform
I have manually launch the EC2 Instances on AWS Amazon Management web Console. Can i add cloudwatch Alarm to an Existing EC2 Instance from terraform, without deleting it. 1 post - 1 participant Read...
View ArticleSecond time apply without any change in code or manual console change causing...
When I run terraform apply first complete infrastructure get provisioned, which is followed by Ansible playbook to configure the server. Next time without updating or changing anything if I do...
View ArticleNewly Imported Security Group ENI Attachment Error
I’m in the process of migrating the management of our entire environment over to Terraform. We have migrated all of our security groups and associated rules, but are running into issues with the...
View ArticleHave Terraform's Vault provider renew its Vault token
By policy, every token issued by our in-house Vault short lived (regardless of client). Vault clients renew their token periodically so that’s not a problem. We have a Terraform script that runs for a...
View ArticleDynamic inventory for ansible using terraform
Hi There, Does anyone know , how to run ansible playbook inside terraform after creating inventory during the terraform apply, below is my command and need some help on local-exec provisioner section...
View ArticleUnable to setup Mutual TLS Auth for AWS API Gateway Custom Domain
I’m trying to create an AWS API Gateway Custom Domain with Mutual TLS Authentication but it’s giving me an ‘invalid or unknown key’ error. Code : resource “aws_api_gateway_domain_name”...
View ArticleMultiple For_Each / Json Data manipulation single data set
Burning out on this, hoping to see if someone has a better idea or direction. To start, I first collect my data from using http Data Source, the response is json. I then perform jsondecode , in locals...
View ArticleNew Guide: Module Creation - Recommended Pattern
Terraform modules are pre-built configurations of infrastructure-as-code. By organizing your infrastructure into modules, your team can reuse them in future configurations which can save time and...
View Article