You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2019-03-04T15:09:26.923-0800 [DEBUG] plugin.terraform-provider-google_v2.1.0_x4: "value": "#etcd:\n # generate a new token for each unique cluster from https://discovery.etcd.io/new?size=3\n # specify the initial size of your cluster with ?size=X\n discovery: https://discovery.etcd.io/54d81aa7db300da1a2f5aa520a533ca0\n # multi-region and multi-cloud deployments need to use $public_ipv4\n advertise_client_urls: http://{PRIVATE_IPV4}:2379,http://{PRIVATE_IPV4}:4001\n initial_advertise_peer_urls: http://{PRIVATE_IPV4}:2380\n # listen on both the official ports and the legacy ports\n # legacy ports can be omitted if your application doesn't depend on them\n listen_client_urls: http://0.0.0.0:2379,http://0.0.0.0:4001\n listen_peer_urls: http://{PRIVATE_IPV4}:2380,http://{PRIVATE_IPV4}:7001\n\n#!/bin/bash\necho hellogoogle \u003e /tmp/hello.txt\n \n \n\n\n\n\n\n\n\n"
Crash Output
Expected Behavior
Terraform should have run and made the changes as per the - config.tpl file.
Actual Behavior
Looking at the terraform log, the content of the config file seems to load but it does not run.
Steps to Reproduce
Create main.tf and config.tpl files from the contents and try running the terraform.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
ghost
locked and limited conversation to collaborators
Mar 29, 2020
This issue was closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Terraform Version
Terraform Configuration Files
Debug Output
2019-03-04T15:09:26.923-0800 [DEBUG] plugin.terraform-provider-google_v2.1.0_x4: "value": "#etcd:\n # generate a new token for each unique cluster from https://discovery.etcd.io/new?size=3\n # specify the initial size of your cluster with ?size=X\n discovery: https://discovery.etcd.io/54d81aa7db300da1a2f5aa520a533ca0\n # multi-region and multi-cloud deployments need to use $public_ipv4\n advertise_client_urls: http://{PRIVATE_IPV4}:2379,http://{PRIVATE_IPV4}:4001\n initial_advertise_peer_urls: http://{PRIVATE_IPV4}:2380\n # listen on both the official ports and the legacy ports\n # legacy ports can be omitted if your application doesn't depend on them\n listen_client_urls: http://0.0.0.0:2379,http://0.0.0.0:4001\n listen_peer_urls: http://{PRIVATE_IPV4}:2380,http://{PRIVATE_IPV4}:7001\n\n#!/bin/bash\necho hellogoogle \u003e /tmp/hello.txt\n \n \n\n\n\n\n\n\n\n"
Crash Output
Expected Behavior
Terraform should have run and made the changes as per the - config.tpl file.
Actual Behavior
Looking at the terraform log, the content of the config file seems to load but it does not run.
Steps to Reproduce
Create main.tf and config.tpl files from the contents and try running the terraform.
-->
The text was updated successfully, but these errors were encountered: