Google Monitoring Uptime Check - monitored_resource - labels
@mwohlin wrote: I am trying to create a tf file which I can use to create any of the three uptime checks with the resource google_monitoring_uptime_check_config (uptime_url gce_instance gae_app). The...
View ArticleCreate a map from two lists
@hadens wrote: Hi, I’d appreciate any help I can get. I’ve been stuck on this for days and can’t seem to figure it out. My goal is to create an output like this: Goal: Outputs: ec2_instances = [...
View ArticleSquare brackets cause errors in remote-exec
@queglay wrote: when using a line like this in remote-exec "test=$(which python2.7); if [[ \"$test\" != '/usr/bin/python2.7' ]]; then echo 'failed to use /usr/bin/python2.7'; fi", it will produce an...
View ArticleInappropriate value for attribute "metadata": element "items": string required
@kaushalshriyan wrote: Hi, I am referring to https://github.com/GoogleCloudPlatform/healthcare/tree/master/deploy to enable Data Protection Toolkit cat config.yaml # Copyright 2019 Google LLC # #...
View ArticleGCP Shared VPC Role Issue
@roobert wrote: Hi, I have a GCP service project attached to a GCP host project. In my pipeline I get a service account key with roles/owner access to the service project. When Terraform runs, I see...
View ArticleCloudwatch metric filter pattern valid via AWS console but not in terraform
@aachou wrote: Hey everyone, I’m new to terraform and am trying to create a Cloudwatch metric. I tested my pattern works in the AWS console when creating a metric filter that way, but when trying to...
View ArticleTerraform12 upgrade does not update local variable names and mix variables
@neeleshg wrote: I am using terraform 0.12upgrade command to update tf files from from terraform v0.11.14 I noticed that it is not changing variable names defined as local For example...
View ArticleUsage of variable along with count.index while assigning the name of resource...
@surajmuthreja wrote: How can I use variable along with count.index while assigning the name of resource in release 0.12.24, Earlier in v0.11, I was assigning the name of the resource from variable...
View ArticleProvisioner "file" getting stuck in terraform
@tdubb123 wrote: I am using following to copy and run powershell script on my aws instance but keep getting stuck Error: timeout - last error: http response error: 401 - invalid content type any idea...
View ArticleOverride -var-file with -var in terraform plan script
@jkprudhomme wrote: I have a script that is running terraform plan with some form of -var-file="./foo/bar/common.json" -var “foobar=value” \ I want my “foobar=value” to override the value in...
View ArticleHow to find the vsphere_network name?
@harshit0921 wrote: I am trying to create virtual machine in VMware Vsphere using terraform and getting error `Error: error fetching network: network ‘Ethernet 2’ not found on main.tf line 24, in data...
View ArticleTerraform output value used as a variable in .tf
@carldubois wrote: Hi, I’m trying to retrieve the azure subscription_id and repurpose as a variable to create an azure service principal. Is it possible to variable an output? Something like this -...
View ArticleTerraform Cloud - Remote SSH Key
@texasnick wrote: When defining an “azurerm_kubernetes_cluster” resource the “linux_profile” block requires the “ssh_key” value to be defined. When using TF cloud, access to local disk is obviously...
View ArticleCannot access data-source using -target if not defined in root-module directory
@dsantanu wrote: Hi there, Appreciate any help I can get to understand what’s going wrong here. So, this is what I have - a child-module, called vpc and there I’m doing a TGW vpc_attachment:...
View ArticleHow can I ensure a resource is tainted if a null_resource fails
@Houlistonm wrote: I have a module that launches our AWS hosts and configures via Cloud-Init (CI). We’ve been experiencing some failures with CI and we initially added a remote-exec provisioner to the...
View ArticleWhat is the relationship between aws_security_group_rule and...
@danieldoran wrote: Is there some documentation on the relationship between aws_security_group and aws_security_group_rule in aws resources. the aws_security_group_rule has an attribute...
View ArticleAzure DevOps Backend Configuration illegal base64 data
@AshishJ wrote: I am getting a strange error while executing CD pipeline recently, the same pipeline was able to run without any impedance, I am not sure if you have come across this error. Failed to...
View ArticleTLS Handhake error with backend config
@anandmohan8 wrote: We are getting below TLS exceptions (more often now) when the code is trying to make connection to backend config. This happens the first time we run the deploy job and when we...
View ArticleSolve sorting problem
@mshakhmaykin wrote: Hello, I had a problem with creation of multiple instances of one resource and setting dynamic attributes in another. Now it seems I solved one problem, but another remains....
View ArticleTerraform tries to delete resource it is not responsible for
@widhalmt wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View Article