Skip to content

Commit

Permalink
Reconcile Environment.appconfig via the CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Rifat Ulucinar <[email protected]>
  • Loading branch information
ulucinar authored and turkenf committed Dec 26, 2023
1 parent 53adf8f commit c4c5548
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
6 changes: 3 additions & 3 deletions config/externalname.go
Original file line number Diff line number Diff line change
Expand Up @@ -1767,9 +1767,6 @@ var NoForkExternalNameConfigs = map[string]config.ExternalName{
// AppConfig Extension Associations can be imported using their extension association ID
// ID is a provider-generated
"aws_appconfig_extension_association": config.IdentifierFromProvider,
// AppConfig Environments can be imported by using the environment ID and application ID separated by a colon (:)
// terraform-plugin-framework
"aws_appconfig_environment": config.IdentifierFromProvider,

// appintegrations
//
Expand Down Expand Up @@ -2663,6 +2660,9 @@ var CLIReconciledExternalNameConfigs = map[string]config.ExternalName{
//
// SimpleDB Domains can be imported using the name
"aws_simpledb_domain": config.NameAsIdentifier,
// AppConfig Environments can be imported by using the environment ID and application ID separated by a colon (:)
// terraform-plugin-framework
"aws_appconfig_environment": config.IdentifierFromProvider,
}

func lambdaFunctionURL() config.ExternalName {
Expand Down
16 changes: 6 additions & 10 deletions internal/controller/appconfig/environment/zz_controller.go

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

0 comments on commit c4c5548

Please sign in to comment.