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

Tech debt: Remove AWS SDK for Go v1 support from skaff #39924

Merged
merged 6 commits into from
Oct 29, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update documentation.
  • Loading branch information
ewbankkit committed Oct 29, 2024

Verified

This commit was signed with the committer’s verified signature.
ewbankkit Kit Ewbank
commit d9568278f572729bd035eed8586afc7cf9bb5fe0
2 changes: 0 additions & 2 deletions docs/skaff.md
Original file line number Diff line number Diff line change
@@ -106,7 +106,6 @@ Flags:
-n, --name string name of the entity
-p, --plugin-sdkv2 generate for Terraform Plugin SDK V2
-s, --snakename string if skaff doesn't get it right, explicitly give name in snake case (e.g., db_vpc_instance)
-o, --v1 generate for AWS Go SDK v1 (some existing services)
```

### Function
@@ -154,5 +153,4 @@ Flags:
-n, --name string name of the entity
-p, --plugin-sdkv2 generate for Terraform Plugin SDK V2
-s, --snakename string if skaff doesn't get it right, explicitly give name in snake case (e.g., db_vpc_instance)
-o, --v1 generate for AWS Go SDK v1 (some existing services)
```