-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Assured workloads do not work as documented #9620
Assured workloads do not work as documented #9620
Comments
@pgoldtho are you able to create the desired structure using different method? If yes, how and show the result. |
This is what I ended up using:
This created
Which is what I wanted. The only issue was the project id was not available in the outputs. |
Based on the documentation. I would expect the Project IDs to be available as resource_id's in I suspect the |
The other issue was the way kms rotation periods were handled. I was not expecting a dedicated "ENCRYPTION_KEYS_PROJECT" for each assured workload but I'm still learning about assured workloads so could be wrong about that. |
@slevenick what do you see this issue? |
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. |
Community Note
modular-magician
user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If an issue is assigned to a user, that user is claiming responsibility for the issue. If an issue is assigned tohashibot
, a community member has claimed the issue already.Terraform Version
Terraform v0.13.7
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/pgoldtho/ea6e73d04ea5c2ce7a308eb48ff1a94c
Panic Output
n/a
Expected Behavior
The following structure should be created:
Actual Behavior
Was able to workaround the 400 error by commenting out the resource settings:
Which produced the following structure:
terraform output for these look like this:
Note:
I was able to workaround some of these issues by:
google-beta
togoogle
This provisioned the desired structure:
But:
aw-4c467535-1853-4145-b015-dec
Steps to Reproduce
terraform apply
See above
Important Factoids
us-central1 was pre-registered as an assured workload location for this org_id using the Assured Folder Creation form
Attempting to create a workload in a different location fails with:
References
#8673
The text was updated successfully, but these errors were encountered: