Skip to content

Commit

Permalink
r/aws_simpledb_domain: Deprecate resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Sep 30, 2024
1 parent 992e9ac commit ac40714
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/#####.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:note
resource/aws_simpledb_domain: The`aws_simpledb_domain` resource has been deprecated and will be removed in a future version. Use Amazon DynamoDB instead
```
1 change: 1 addition & 0 deletions internal/service/simpledb/domain.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func (r *domainResource) Schema(ctx context.Context, request resource.SchemaRequ
},
},
},
DeprecationMessage: `The aws_simpledb_domain resource has been deprecated and will be removed in a future version. Use Amazon DynamoDB instead.`,
}
}

Expand Down

0 comments on commit ac40714

Please sign in to comment.