Scott Suarez
Scott Suarez
@DrFaust92 review ownership transitioned to another maintainer. Would be worth reexamining the comments to align with the new reviewers expectations.
Could you share your full configurations ? I deployed with the example configuration below. All rest requests had the the correct headers. What I *suspect* is happening is that you...
Closing this issue as no response. I am going to assume this is a non-issue.
Hi Loic, this is a specific, opt in feature. Try adding `user_project_override=true` to your provider level configuration
interesting, are you saying when you update the field through a sequential apply you get the error?
Ahh the error message they give back encompasses the fix. Looks like they want you to set a billing project. Try doing that on your provider cofig ```hcl provider "google"...
Scheduling backups isn't supported at the API level thus we cannot support it within terraform. https://cloud.google.com/bigtable/docs/backups If you are looking for a way to schedule backups i would recommend filing...
### Imperative methods for updating fields While this resource supports patch for [updating labels](https://cloud.google.com/domains/docs/reference/rest/v1/projects.locations.registrations/patch) all other updatable fields require specific imperative methods to update them. ##### configureContactSettings ##### configureDnsSettings #####...
Provisioning a domain is tricky with terraform due to surprising prices, different TLDs accepting different whois formats, and different TLDs allowing different settings... Need to consider if terraform is the...
Hello github community. Could you share more about the format of the resource you are expecting and/or your desires for this resource. Are you looking for e2e provisioning of a...