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
This issue was originally opened by @jeroenjacobs1205 as hashicorp/terraform#14659. It was migrated here as part of the provider split. The original body of the issue is below.
Terraform Version
0.9.3
Affected Resource(s)
Please list the resources as a list, for example:
vsphere_virtual_machine
I have particular use-case where the hostname needs to be configured differently from the vm name. I thought this was possible with customizations, seems not...
As you can see, the vm name in vsphere contains the environment in it's name. However, this should not be present in /etc/hostname.
I was hoping I could override this with the custom_configuration_parameters section, but "hostname" gets ignored.
I can barely find information which variables are valid within custom_configuration_parameters. I assume "hostname" is the correct one, but I'm not sure.
PS: Maybe the TF documentation should contain some info about the most trivial variables that are valid custom configuration parameters. It's just plain guesswork at the moment...
The text was updated successfully, but these errors were encountered:
Hey @jeroenjacobs1205! As you might have seen, thanks to @ewypych we now have the capability to perform hostname customization. This will available in the next release.
This issue was originally opened by @jeroenjacobs1205 as hashicorp/terraform#14659. It was migrated here as part of the provider split. The original body of the issue is below.
Terraform Version
0.9.3
Affected Resource(s)
Please list the resources as a list, for example:
I have particular use-case where the hostname needs to be configured differently from the vm name. I thought this was possible with customizations, seems not...
Snippet:
As you can see, the vm name in vsphere contains the environment in it's name. However, this should not be present in /etc/hostname.
I was hoping I could override this with the custom_configuration_parameters section, but "hostname" gets ignored.
I can barely find information which variables are valid within custom_configuration_parameters. I assume "hostname" is the correct one, but I'm not sure.
PS: Maybe the TF documentation should contain some info about the most trivial variables that are valid custom configuration parameters. It's just plain guesswork at the moment...
The text was updated successfully, but these errors were encountered: