Skip to content

Commit 769e3e9

Browse files
committed
make reviewable test
1 parent 37fcc4b commit 769e3e9

2 files changed

Lines changed: 23 additions & 24 deletions

File tree

config/externalname.go

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,30 +1192,29 @@ var ExternalNameConfigs = map[string]config.ExternalName{
11921192
"aws_amplify_webhook": config.IdentifierFromProvider,
11931193

11941194
// appconfig
1195-
//
1196-
// AppConfig Applications can be imported using their application ID,
1197-
"aws_appconfig_application": config.IdentifierFromProvider,
1198-
// AppConfig Deployment Strategies can be imported by using their deployment strategy ID
1199-
"aws_appconfig_deployment_strategy": config.IdentifierFromProvider,
1200-
// AppConfig Environments can be imported by using the environment ID and application ID separated by a colon (:)
1201-
"aws_appconfig_environment": config.IdentifierFromProvider,
1202-
// AppConfig Configuration Profiles can be imported by using the configuration profile ID and application ID separated by a colon (:)
1203-
"aws_appconfig_configuration_profile": config.IdentifierFromProvider,
1204-
// AppConfig Hosted Configuration Versions can be imported by using the application ID, configuration profile ID, and version number separated by a slash (/)
1205-
"aws_appconfig_hosted_configuration_version": config.IdentifierFromProvider,
1206-
// AppConfig Deployments can be imported by using the application ID, environment ID, and deployment number separated by a slash (/)
1207-
"aws_appconfig_deployment": config.IdentifierFromProvider,
1208-
1209-
// appintegrations
1210-
//
1211-
// Amazon AppIntegrations Event Integrations can be imported using the name
1212-
"aws_appintegrations_event_integration": config.NameAsIdentifier,
1213-
1214-
// appflow
1215-
//
1216-
// AppFlow flows can be imported using the arn
1217-
"aws_appflow_flow": config.IdentifierFromProvider,
1195+
//
1196+
// AppConfig Applications can be imported using their application ID,
1197+
"aws_appconfig_application": config.IdentifierFromProvider,
1198+
// AppConfig Deployment Strategies can be imported by using their deployment strategy ID
1199+
"aws_appconfig_deployment_strategy": config.IdentifierFromProvider,
1200+
// AppConfig Environments can be imported by using the environment ID and application ID separated by a colon (:)
1201+
"aws_appconfig_environment": config.IdentifierFromProvider,
1202+
// AppConfig Configuration Profiles can be imported by using the configuration profile ID and application ID separated by a colon (:)
1203+
"aws_appconfig_configuration_profile": config.IdentifierFromProvider,
1204+
// AppConfig Hosted Configuration Versions can be imported by using the application ID, configuration profile ID, and version number separated by a slash (/)
1205+
"aws_appconfig_hosted_configuration_version": config.IdentifierFromProvider,
1206+
// AppConfig Deployments can be imported by using the application ID, environment ID, and deployment number separated by a slash (/)
1207+
"aws_appconfig_deployment": config.IdentifierFromProvider,
1208+
1209+
// appintegrations
1210+
//
1211+
// Amazon AppIntegrations Event Integrations can be imported using the name
1212+
"aws_appintegrations_event_integration": config.NameAsIdentifier,
12181213

1214+
// appflow
1215+
//
1216+
// AppFlow flows can be imported using the arn
1217+
"aws_appflow_flow": config.IdentifierFromProvider,
12191218
}
12201219

12211220
func lambdaFunctionURL() config.ExternalName {

config/externalnamenottested.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var ExternalNameNotTestedConfigs = map[string]config.ExternalName{
2323
// appflow
2424
//
2525
// AppFlow connector profiles can be imported using the arn
26-
"aws_appflow_connector_profile": config.IdentifierFromProvider,
26+
"aws_appflow_connector_profile": config.IdentifierFromProvider,
2727

2828
// apprunner
2929
//

0 commit comments

Comments
 (0)