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
I was wondering if we could add an information about the profile used for example as below in the ProviderConfigs:
provider "aws" {
profile = "my-profile"
}
Some context about this request: we are using Atlantis and we would like to check dynamically if we are running a plan/Apply on a production environment or not, in order to apply different governance rules based on this.
I understand that this is provider specific; and that you may not agree with this feature. In such case, would you please be able to give me some pointers on where to start in the codebase anyway (since I may go for a fork with my own modifications)?
Thanks for your help
The text was updated successfully, but these errors were encountered:
hello,
I was wondering if we could add an information about the profile used for example as below in the ProviderConfigs:
Some context about this request: we are using Atlantis and we would like to check dynamically if we are running a plan/Apply on a production environment or not, in order to apply different governance rules based on this.
I understand that this is provider specific; and that you may not agree with this feature. In such case, would you please be able to give me some pointers on where to start in the codebase anyway (since I may go for a fork with my own modifications)?
Thanks for your help
The text was updated successfully, but these errors were encountered: