-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
internal_fqdn attribute for network interfaces not exported #968
Comments
hey @pdeva Thanks for opening this issue Taking a look into this, this value is only set if there's an actual value assigned for this key (I'll send a PR to default this to an empty string if nothing's specified). As such I can confirm that when specifying
Given this is a question about the configuration rather than a bug in Terraform - I'm going to close this issue for the moment. Thanks! |
@tombuildsstuff I don't understand why you have to set this when azure knows it under the hood. Is this an issue with azure not making it queryable? |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Terraform Version
Terraform v0.11.3
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
Should return the internal fqdn without errors
Actual Behavior
Error msg, like this:
looked at the terraform state file and
internal_fqdn
isnt stored there eitherSteps to Reproduce
Create a network interface with >0 count and try to extract its
internal_fqdn
attribute in an outputThe text was updated successfully, but these errors were encountered: