Closed iwaseasahi closed 3 years ago
$ terraform destroy -target=aws_elasticache_replication_group.main
$ terraform plan -target="aws_elasticache_replication_group.main"
$ terraform state rm 'aws_elasticache_replication_group.main'
Acquiring state lock. This may take a few moments...
Removed aws_elasticache_replication_group.main
Successfully removed 1 resource instance(s).
背景
ElastiCache の無料枠を超えた料金が掛かっているので削除します。
目的
不要な支出を抑える
完成条件