You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to scope a rule per region (in addition to the existing instance_id, resourcegroup, tags)
When a scope is specified in a rule, get the fscloud module to also create a global 'deny' all rule for the service (using the 1.1.1.1 context). In other words, create 2 rules, a global one and a scoped one. There should be a flag to opt out of this behavior by service (or more exactly by pseudo service to take account of the 2 pseudo services management and cluster for kube)
@vburckhardt ,
For the 1st aspect, all the services doesn't support region attribute. For example, kms doesn't have an option of region as an attribute.
In that case, should we have a validation to check for which services support regions?
even if we dont have a validation and user provides region for a service which doesn't support region, the terraform apply doesn't fail. It creates without the region attribute.
Description
2 related aspects in this ticket:
Context:
By submitting this issue, you agree to follow our Code of Conduct
The text was updated successfully, but these errors were encountered: