Skip to content

Commit

Permalink
rm aws sdk v2 migration report
Browse files Browse the repository at this point in the history
  • Loading branch information
wakeful committed Dec 17, 2024
1 parent 7028989 commit c3270dc
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 215 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ vendor
.vscode
cloud-nuke
config.yaml
.envrc
.envrc
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ repos:
- id: end-of-file-fixer
- id: check-added-large-files
- repo: https://github.com/gruntwork-io/pre-commit
rev: v0.1.24
rev: v0.1.25
hooks:
- id: shellcheck
- id: gofmt
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -786,9 +786,6 @@ All other resources that get created within VPCs must be cleaned up prior to run

Happy Nuking!!!

## AWS SDKv2 migration
We are in progress of migrating towards stable AWS SDKv2, progress can be checked here [migration status](./v2_migration_report/output.md).

## Credentials

### AWS
Expand Down
2 changes: 1 addition & 1 deletion aws/resources/base_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ func (br *BaseAwsResource) IsNukable(identifier string) (bool, error) {
}

func (br *BaseAwsResource) IsUsingV2() bool {
return false
return true
}
9 changes: 0 additions & 9 deletions aws/v2_migration_report.go

This file was deleted.

1 change: 0 additions & 1 deletion config/examples/complete.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1795,4 +1795,3 @@ VPCLatticeTargetGroup:
tag: test
timeout: 1h
protect_until_expire: true

2 changes: 1 addition & 1 deletion config/examples/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ s3:
- bucket.*
exclude:
names_regex:
- bucket-.*
- bucket-.*
74 changes: 0 additions & 74 deletions v2_migration_report/main.go

This file was deleted.

124 changes: 0 additions & 124 deletions v2_migration_report/output.md

This file was deleted.

0 comments on commit c3270dc

Please sign in to comment.