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
I would like to do this node_name = "${self.id}" using the aws_instance provider and the chef provisioner, but I get this error:
Errors:
* aws_instance.jenkins_master1: Key not found: node_name
The text was updated successfully, but these errors were encountered:
fishnix
changed the title
self variable not available in chef provisioner's node_name
provisioner/chef self variable not available in chef provisioner's node_name
Jun 23, 2015
fishnix
changed the title
provisioner/chef self variable not available in chef provisioner's node_name
provisioner/chef: self variable not available in chef provisioner's node_name
Jun 23, 2015
@fishnix I assume you are using Terraform 0.5.3 right? As this is fixed in PR's #2168 and #2206 which is already merged and will be in the 0.6.0 release planned for later this week.
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
May 1, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to do this
node_name = "${self.id}"
using the aws_instance provider and the chef provisioner, but I get this error:The text was updated successfully, but these errors were encountered: