forked from Digital-Ecosystems/edc-ionos-s3
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Migrating to EDC 0.7.2 (Digital-Ecosystems#77) * feat: migrating to edc 0.7.3 * feat: migrating to edc 0.7.2 * feat: migrating to edc 0.7.2 * feat: migrating to edc 0.7.2 * feat: migrating to edc 0.7.2 * feat: migrating to edc 0.7.2 * Fixing connector-persistente to EDC 0.7.2 (Digital-Ecosystems#78) * feat: migrating to edc 0.7.3 * feat: migrating to edc 0.7.2 * feat: migrating to edc 0.7.2 * feat: migrating to edc 0.7.2 * feat: migrating to edc 0.7.2 * feat: migrating to edc 0.7.2 * feat: migrating to edc 0.7.2 * S3 Endpoint Regions Validation (Digital-Ecosystems#79) * feat: s3 endpoint regions validation * chore: fixing assets doc * fix: launchers config * fix: regions endpoint signature changes (Digital-Ecosystems#81) Co-authored-by: Glaucio Jannotti <[email protected]> --------- Co-authored-by: Glaucio Jannotti <[email protected]> Co-authored-by: Glaucio Jannotti <[email protected]>
- Loading branch information
1 parent
0366e9c
commit cb4e6b8
Showing
87 changed files
with
970 additions
and
1,507 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
#!/bin/bash | ||
|
||
# remove terraform state | ||
rm -rf ./configure-public-address/.terraform | ||
rm -f ./configure-public-address/terraform.tfstate | ||
rm -f ./configure-public-address/.terraform.lock.hcl | ||
rm -f ./configure-public-address/terraform.tfstate.backup | ||
|
||
rm -rf ./ionos-s3-deploy/.terraform | ||
rm -f ./ionos-s3-deploy/terraform.tfstate | ||
rm -f ./ionos-s3-deploy/.terraform.lock.hcl | ||
rm -f ./ionos-s3-deploy/terraform.tfstate.backup | ||
|
||
rm -rf ./vault-init/.terraform | ||
rm -f ./vault-init/terraform.tfstate | ||
rm -f ./vault-init/.terraform.lock.hcl | ||
rm -f ./vault-init/terraform.tfstate.backup | ||
|
||
rm -rf ./vault-deploy/.terraform | ||
rm -f ./vault-deploy/terraform.tfstate | ||
rm -f ./vault-deploy/.terraform.lock.hcl | ||
rm -f ./vault-deploy/terraform.tfstate.backup | ||
|
||
rm -rf ./ionos-postgresqlaas/.terraform | ||
rm -f ./ionos-postgresqlaas/terraform.tfstate | ||
rm -f ./ionos-postgresqlaas/.terraform.lock.hcl | ||
rm -f ./ionos-postgresqlaas/terraform.tfstate.backup | ||
|
||
rm -rf ./postgresql-deploy/.terraform | ||
rm -f ./postgresql-deploy/terraform.tfstate | ||
rm -f ./postgresql-deploy/.terraform.lock.hcl | ||
rm -f ./postgresql-deploy/terraform.tfstate.backup | ||
|
||
rm -rf ./db-scripts/.terraform | ||
rm -f ./db-scripts/terraform.tfstate | ||
rm -f ./db-scripts/.terraform.lock.hcl | ||
rm -f ./db-scripts/terraform.tfstate.backup | ||
|
||
rm -f vault-init/vault-keys.json | ||
rm -f vault-init/vault-tokens.json | ||
|
||
echo "Terraform state cleanup complete" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.