Skip to content

Commit 3fcbd2c

Browse files
Remove obsolete extra mappings (#5685)
We removed these functionalities in the recent v7 upgrade. The mappings were not cleaned up from resources.go. This is a non-schema-breaking cleanup change.
1 parent e2e56ab commit 3fcbd2c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

provider/resources.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4592,14 +4592,6 @@ func ProviderFromMeta(metaInfo *tfbridge.MetadataInfo) *tfbridge.ProviderInfo {
45924592
"aws_ebs_volume": {Tok: awsDataSource(ebsMod, "getVolume")},
45934593
"aws_ebs_volumes": {Tok: awsDataSource(ebsMod, "getEbsVolumes")},
45944594
// Elastic Container Registry
4595-
"aws_ecr_credentials": {
4596-
Tok: awsDataSource(ecrMod, "getCredentials"),
4597-
// aws_ecr_credentials is a custom data source implemented by Pulumi, thus it has no docs in the
4598-
// upstream provider. We set to a whitespace string so that the build will pass.
4599-
Docs: &tfbridge.DocInfo{
4600-
Markdown: []byte(" "),
4601-
},
4602-
},
46034595
"aws_ecr_image": {Tok: awsDataSource(ecrMod, "getImage")},
46044596
"aws_ecr_repository": {Tok: awsDataSource(ecrMod, "getRepository")},
46054597
"aws_ecr_authorization_token": {Tok: awsDataSource(ecrMod, "getAuthorizationToken")},
@@ -4802,7 +4794,6 @@ func ProviderFromMeta(metaInfo *tfbridge.MetadataInfo) *tfbridge.ProviderInfo {
48024794
"aws_oam_links": {Tok: awsDataSource(oamMod, "getLinks")},
48034795
// RedShift
48044796
"aws_redshift_cluster": {Tok: awsDataSource(redshiftMod, "getCluster")},
4805-
"aws_redshift_service_account": {Tok: awsDataSource(redshiftMod, "getServiceAccount")},
48064797
"aws_redshift_orderable_cluster": {Tok: awsDataSource(redshiftMod, "getOrderableCluster")},
48074798
"aws_redshift_subnet_group": {Tok: awsDataSource(redshiftMod, "getSubnetGroup")},
48084799
"aws_redshift_cluster_credentials": {Tok: awsDataSource(redshiftMod, "getClusterCredentials")},

0 commit comments

Comments
 (0)