-
Notifications
You must be signed in to change notification settings - Fork 33
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
selectel_vpc_project_v2: Creation of quotas for all zones in the region. #198
Comments
Hello. As described in documentation In your example dynamic block translates in structure like this:
And because there are 2
Note that dynamic block inside dynamic block translates like this:
and works as expected. |
Terraform Version
Terraform v1.2.1
on linux_amd64
Selectel provider version
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
1 - A project will be created.
2 - Quotas will be created for three zones in one region.
Actual Behavior
1 - The project was created.
2 - A quota was created for only one zone in the region
Steps to Reproduce
Please list the steps required to reproduce the issue
terraform apply
Important Factoids
As it turned out, in one zone of three resource limit for the account was exhausted - the error did not appear when creating limits in this zone.
When trying to create quotas for two zones where the limits are not exhausted, quotas are created only for one zone.
The text was updated successfully, but these errors were encountered: