-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Terraform: data.template_file does not seem to run. #3194
Comments
@paddycarver: Should this have landed in the Google provider? It looks like an issue with the |
@rileykarson, I apologize but I am not sure whether it's a problem with the |
Hello All, I will raise the issue with https://github.com/coreos/terraform-provider-ct/issues team. Hopefully, the provider maintainer team can help. |
Hey @sampcoug, I'm not sure I'm following what the question is here. Are you still having this issue? |
Signed-off-by: Modular Magician <magic-modules@google.com>
Sounds like this was not an issue with google_compute_instance. |
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. |
This issue was originally opened by @sampcoug as hashicorp/terraform#20560. It was migrated here as a result of the provider split. The original body of the issue is below.
Terraform Version
Affected Resource(s)
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: