integrations / terraform-provider-github

Terraform GitHub provider
https://www.terraform.io/docs/providers/github/
MIT License
863 stars 708 forks source link

feat: add `https_enforced` GH Pages setting #2277

Open matijs opened 1 month ago

matijs commented 1 month ago

Resolves #2276


Before the change?

After the change?

Pull request checklist

Does this introduce a breaking change?

Please see our docs on breaking changes to help!


matijs commented 1 month ago

It looks like this is a little more involved and depends on cname being set. For Pages sites without a custom domain, https is always enforced.

matijs commented 1 month ago

It looks like this is a little more involved and depends on cname being set. For Pages sites without a custom domain, https is always enforced.

Updated the PR accordingly.