-
Notifications
You must be signed in to change notification settings - Fork 4.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
feature request output hostname of azurerm_cdn_endpoint #15144
Comments
hi @dc232 Thanks for opening this issue. As you've mentioned the field Thanks! |
Ah I see thanks for the speedy reply @tombuildsstuff |
This functionality has been released in v3.4.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Closing since per this comment this was released in v3.4.0 |
This functionality has been released in v3.27.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
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. |
Description
Add ability to export hostname from azure cdn endpoint hostname via output currently there doesn't seem to be a good way to do this current methods suggest (assuming azurerm_cdn_profile is defined)
then outputting
however, if we were to parse an argument into Cloudflare to create CNAME record to allow us to create a custom domain it would result in
whilst there does seem to be an attribute called host_name as shown below
it's not very clear as to what hostname it's outputting
The ideal one for Cloudflare would be along these lines
to produce the needed Cloudflare CNAME to create a custom domain
New or Affected Resource(s)
affected resource would be
azurerm_cdn_endpoint
Can't think of a decent terraform config at the moment and it's not very good practice to use local-exec commands however there probably a better solution, open to suggestion
The text was updated successfully, but these errors were encountered: