Skip to content
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

Add support for profile provider argument #119

Open
ctffarley opened this issue Apr 7, 2024 · 1 comment
Open

Add support for profile provider argument #119

ctffarley opened this issue Apr 7, 2024 · 1 comment

Comments

@ctffarley
Copy link

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.

@pkoch
Copy link

pkoch commented Jan 9, 2025

Here's how you can do it: #89 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants