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
When using the AWS provider for terraform, it is possible to specify the AWS CLI profile that is used within the AWS provider block like so:
provider"aws" {
profile="my_profile"
}
Similar to this request for role ARNs, I think it would be a good enhancement to implement the same argument either on the provider or file level for the SOPS provider.
The text was updated successfully, but these errors were encountered:
When using the AWS provider for terraform, it is possible to specify the AWS CLI profile that is used within the AWS provider block like so:
Similar to this request for role ARNs, I think it would be a good enhancement to implement the same argument either on the provider or file level for the SOPS provider.
The text was updated successfully, but these errors were encountered: