Documentation for the API - azurerm
@RickardCOL wrote: Hi I’m just starting to learn how to use Terraform and in my particular case I will be using it to set up an API gateway in Azure’s Management API But I am really struggling with...
View Article"resource null_resource doesn't support import"
@voltechs wrote: Hello all! I’ve run into a bit of a quandary, and I have not been able to Google my way to victory, so I turn to you all for help. In short, I’m trying to split a null_resource up...
View ArticleTFE Setting target on plan and apply?
@mneumarkanaplan wrote: How do I set the target in Terraform Enterprise when executing plan and apply? Posts: 1 Participants: 1 Read full topic
View ArticlePassing a list of ressources to ansible
@DZKeeper wrote: Hi, I am creating multiple vms and the corresponding number of public ip with terraform. I am also using a local-exec provisionner for ansible, and hoping to pass the list of public...
View ArticleExecution order/Dependency between separate TF remote states
@legokid wrote: We have multiple TF configurations completely decoupled, with each one of them having its own state stored in an S3. We are also using terraform_remote_state to fetch the necessary...
View ArticleTerraform, artifacts, and an incremental build pool
@Justin-DynamicD wrote: Some sites I’ve been at use static/persistent build servers and incremental builds in order to speed build time (or sometimes as a cost alternative to per-minute billing if...
View ArticleSpecifying location for vms on datastore
@Mr.R.S wrote: I was wondering as I couldn’t find it in the documentation or I’ve missed it a lot. I am using Terraform 0.12.9 with newest vsphere provider. My goal is to do a clone from a template...
View ArticleTerraform topics which needs to learn apart for aws,azure,google cloud
@venu1428 wrote: Terraform topics which needs to learn apart for aws,azure,google cloud Posts: 1 Participants: 1 Read full topic
View ArticleCan someone help me with terraform Github actions and Jenkins CI/CD concept
@venu1428 wrote: Can someone help me with terraform Github actions and Jenkins CI/CD concept… Posts: 1 Participants: 1 Read full topic
View ArticleSegregation of output in terraform
@dhineshbabuelango wrote: Hi All, We are creating aws route53 resolver rule. For this we have already created rotue 53 inbound and outbound endpoint but to create the rule i need the IP address...
View ArticleAWS EKS endpoint resolution from peered VPC
@dhineshbabuelango wrote: Hi All, We are using AWS EKS. Since EKS endpoint will not get resolved from peered VPC, we always use route53 resovler by creating inbound and outbound endpoint and then...
View ArticleAWS Batch and AWS Step functions broken by terraform apply
@Link512 wrote: A short simplified description of my setup: Let’s say I have a SFN State machine with 2 states, A,B. Each of them use an AWS Batch job with a certain revision like so: A -> jobA:3 B...
View ArticleTerraform Cloud backend.tf for multy organisation
@mudrii wrote: Use-cases Terraform Cloud two organizations share resources Import tfstate file from an organization/workspace_A to an organisation/worspace_B Problem Allow multiple entries in...
View ArticleTerraform AWS ec2 doesn't gracefully shut down
@sergchernata wrote: I’m performing terraform apply, that destroys and creates a new ec2 instance. The instance that gets destroyed has a shutdown script that takes several minutes to complete in...
View ArticleHow to pass multiple command line arguments in jenkins parameterized job
@venu1428 wrote: How to pass multiple command line arguments in jenkins parameterized job and also how we put parameter in main.tf to fetch values. We have UI portal i need to pass the values through...
View ArticleHow to force terraform to update custom transit gateway route table instead...
@kpskohli wrote: I have the following code: resource "aws_ec2_transit_gateway_route_table" "non_default" { transit_gateway_id = "${aws_ec2_transit_gateway.tgw.id}" } resource...
View ArticleHelp/advice on how to use ignore feature with AWS routes
@mrjfox wrote: Hi all So i’m after advice or help with the ‘ignore feature’ on managing aws route rules. current situation and design So currently i have two git repositories which which basically...
View ArticleCreate multiple gcp compute disks with a list
@dwizzle204 wrote: What’s the best way to loop through the google_compute_disk resource using a list variable so disks can be different sizes? variable “data_disks” { description = “List of maps of...
View ArticleTerraform code to provision AWS private hosted zone for specific LB
@dhineshbabuelango wrote: Hi All, Is there a way I can write a terraform code to look for a loadbalancer with a particular tag and create private hosted zone for that. Posts: 1 Participants: 1 Read...
View ArticleTerraform's clients OS upgrade strategy
@wstrojenski wrote: I have a Terraform environment which deploys VM from my company’s internal OS images. They are updated on monthly basis and the latest image is using to build VM. When new image...
View Article