Skip to content

Commit

Permalink
Move apigateway account resource to framework
Browse files Browse the repository at this point in the history
Signed-off-by: Fatih Türken <[email protected]>
  • Loading branch information
turkenf committed Dec 10, 2024
1 parent a105ccf commit 19d60b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
7 changes: 5 additions & 2 deletions config/externalname.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ var TerraformPluginFrameworkExternalNameConfigs = map[string]config.ExternalName

// ********** When adding new services please keep them alphabetized by their aws go sdk package name **********

// apigateway
//
// API Gateway Accounts can be imported using the word api-gateway-account
"aws_api_gateway_account": config.IdentifierFromProvider,

// appconfig
//
// AppConfig Environments can be imported by using the environment ID and application ID separated by a colon (:)
Expand Down Expand Up @@ -172,8 +177,6 @@ var TerraformPluginSDKExternalNameConfigs = map[string]config.ExternalName{

// apigateway
//
// API Gateway Accounts can be imported using the word api-gateway-account
"aws_api_gateway_account": config.IdentifierFromProvider,
// API Gateway Keys can be imported using the id
"aws_api_gateway_api_key": config.IdentifierFromProvider,
// AWS API Gateway Authorizer can be imported using the REST-API-ID/AUTHORIZER-ID
Expand Down
12 changes: 6 additions & 6 deletions internal/controller/apigateway/account/zz_controller.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19d60b9

Please sign in to comment.