Closed thefourcraft closed 7 months ago
Voting for Prioritization
Volunteering to Work on This Issue
Thank you for reporting this issue! For maintainers to dig into issues it is required that all issues include the entirety of TF_LOG=DEBUG
output to be provided. The only parts that should be redacted are your user credentials in the X-Auth-Key
, X-Auth-Email
and Authorization
HTTP headers. Details such as zone or account identifiers are not considered sensitive but can be redacted if you are very cautious. This log file provides additional context from Terraform, the provider and the Cloudflare API that helps in debugging issues. Without it, maintainers are very limited in what they can do and may hamper diagnosis efforts.
This issue has been marked with triage/needs-information
and is unlikely to receive maintainer attention until the log file is provided making this a complete bug report.
Thank you for reporting this issue! For maintainers to dig into issues it is required that all issues include the entirety of TF_LOG=DEBUG
output to be provided. The only parts that should be redacted are your user credentials in the X-Auth-Key
, X-Auth-Email
and Authorization
HTTP headers. Details such as zone or account identifiers are not considered sensitive but can be redacted if you are very cautious. This log file provides additional context from Terraform, the provider and the Cloudflare API that helps in debugging issues. Without it, maintainers are very limited in what they can do and may hamper diagnosis efforts.
This issue has been marked with triage/needs-information
and is unlikely to receive maintainer attention until the log file is provided making this a complete bug report.
So it appears that it's supported
"self_hosted_domains": {
Type: schema.TypeSet,
Optional: true,
Elem: &schema.Schema{
Type: schema.TypeString,
},
Description: "List of domains that access will secure. Only present for self_hosted, vnc, and ssh applications. Always includes the value set as `domain`",
},
@jacobbednarz thanks for the help, I didn't see that 🤦🏻
Confirmation
Terraform and Cloudflare provider version
cloudflare v4.29.0
Affected resource(s)
cloudflare_access_application
Terraform configuration files
Link to debug output
N/A
Panic output
N/A
Expected output
N/A
Actual output
N/A
Steps to reproduce
N/A
Additional factoids
cloudflare_access_application (Resource), specifically the domain part, doesn't seem to support multiple domains per application (as the web UI does). Is there a way around it?
References
https://discord.com/channels/595317990191398933/1043025669036187678/1115610208660635648 https://registry.terraform.io/providers/cloudflare/cloudflare/latest/docs/resources/access_application#domain