@@ -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
12211220func lambdaFunctionURL () config.ExternalName {
0 commit comments