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

Provider configuration options #33

Closed
ewbankkit opened this issue Jul 14, 2021 · 3 comments · Fixed by #164
Closed

Provider configuration options #33

ewbankkit opened this issue Jul 14, 2021 · 3 comments · Fixed by #164
Labels
runtime-handling Relates to runtime handling and conversion of Terraform configuration to CloudFormation.
Milestone

Comments

@ewbankkit
Copy link
Contributor

ewbankkit commented Jul 14, 2021

Currently this provider exposes just the role_arn and region configuration options (and doesn't use role_arn), relying on environment variables to specify authentication arguments via the aws-sdk-go-base package.
Determine and implement the minimal usable set of configuration options, a subset of the AWS Provider's configuration options.
Wherever possible use the same argument names as for the AWS Provider.

Depends on #34.

Definition Of Done

Minimal usable set of provider configuration options

  • Documented
  • Implemented
  • Tested
@breathingdust breathingdust added this to the v0.1.0 milestone Jul 28, 2021
@breathingdust breathingdust added the runtime-handling Relates to runtime handling and conversion of Terraform configuration to CloudFormation. label Jul 28, 2021
@ewbankkit
Copy link
Contributor Author

As of d290428 we support

  • access_key
  • insecure
  • profile
  • region
  • role_arn
  • secret_key
  • shared_credentials_file
  • skip_medatadata_api_check
  • token

All but role_arn have the same meaning as for terraform-provider-aws.

@ewbankkit
Copy link
Contributor Author

We will add support for additional authentication methods as they are made available through aws-sdk-go-base.

@ewbankkit
Copy link
Contributor Author

Role assumption options added via #114.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
runtime-handling Relates to runtime handling and conversion of Terraform configuration to CloudFormation.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants