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

Update aws-admin TF code #1687

Closed
5 tasks done
nateprice18f opened this issue May 17, 2024 · 4 comments
Closed
5 tasks done

Update aws-admin TF code #1687

nateprice18f opened this issue May 17, 2024 · 4 comments
Assignees

Comments

@nateprice18f
Copy link
Contributor

nateprice18f commented May 17, 2024

Tasks

Tasks

No tasks being tracked yet.
@nateprice18f nateprice18f self-assigned this May 17, 2024
@nateprice18f
Copy link
Contributor Author

- This issue has been blocked at this time. -
After updating the TF code with the hopes of bring the TF code current with minimal changes.
TF prior to 0.10 authors needed to write providers into each module. This is not the case with newer versions.
New task will be created to update TF modules with best practice with multiple providers

Warning: Reference to undefined provider
   on cloud_gov.tf line 4, in module "cloud_gov":
   4:     aws = aws.payer
There is no explicit declaration for local provider name "aws" in module.cloud_gov, so Terraform is assuming you mean to pass a configuration for "hashicorp/aws".
If you also control the child module, add a required_providers entry named "aws" with the source address "hashicorp/aws".

Reference:

@JJediny
Copy link
Member

JJediny commented May 23, 2024

This is a legacy account no longer managed in terraform it can be removed

@JJediny
Copy link
Member

JJediny commented May 28, 2024

terraform state rm 'module.cloud_gov'

@nateprice18f
Copy link
Contributor Author

nateprice18f commented May 28, 2024

Created issue to track code clean up of no longer used modules.

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