filecoin-project / lotus-infra

1 stars 0 forks source link

Remove unused/redundant terraform files #1622

Closed masih closed 2 months ago

masih commented 2 months ago

Remove any and all terraform files that are not used, or have no such corresponding terraform state in FilOz AWS account.

rjan90 commented 2 months ago

Ran terraform plan in terraform/testnets/deployments/butterfly_network and the command succeeded.

terraform plan
Acquiring state lock. This may take a few moments...
----
[id=Z01434411TD8HOWBPCNCI_scratch-0_A]
module.butterflynet.module.bootstrappers.aws_route53_record.node[0]: Refreshing state... [id=Z01434411TD8HOWBPCNCI_bootstrap-0_A]
module.butterflynet.module.bootstrappers.aws_route53_record.node[1]: Refreshing state... [id=Z01434411TD8HOWBPCNCI_bootstrap-1_A]
module.butterflynet.module.toolshed.aws_route53_record.node[0]: Refreshing state... [id=Z01434411TD8HOWBPCNCI_toolshed-0_A]
module.butterflynet.module.toolshed.aws_route53_record.node[1]: Refreshing state... [id=Z01434411TD8HOWBPCNCI_toolshed-1_A]
module.butterflynet.module.preminers.aws_route53_record.node[0]: Refreshing state... [id=Z01434411TD8HOWBPCNCI_preminer-0_A]
module.butterflynet.module.preminers.aws_route53_record.node[1]: Refreshing state... [id=Z01434411TD8HOWBPCNCI_preminer-1_A]
module.butterflynet.module.preminers.aws_route53_record.node[2]: Refreshing state... [id=Z01434411TD8HOWBPCNCI_preminer-2_A]

No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration and found no differences, so no changes are needed.