Skip to content

Commit

Permalink
Merge pull request hashicorp#33647 from AdamTylerLynch/d-rds_custom_e…
Browse files Browse the repository at this point in the history
…ngine_version_formatting

Doc Formatting - RDS Custom Engine Version
  • Loading branch information
ewbankkit committed Sep 27, 2023
2 parents 6050c49 + 8fe250f commit 9d2c2ae
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/docs/r/rds_custom_db_engine_version.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -70,20 +70,18 @@ resource "aws_rds_custom_db_engine_version" "test" {
engine_version = "15.00.4249.2.cev-1"
source_image_id = "ami-0aa12345678a12ab1"
}
```

## RDS Custom for SQL Server Usage with AMI from another region
### RDS Custom for SQL Server Usage with AMI from another region

```terraform
resource "aws_ami_copy" "example" {
name = "sqlserver-se-2019-15.00.4249.2"
description = "A copy of ami-xxxxxxxx"
source_ami_id = "ami-xxxxxxxx"
source_ami_region = "us-east-1"
}
# CEV creation requires an AMI owned by the operator
resource "aws_rds_custom_db_engine_version" "test" {
engine = "custom-sqlserver-se"
engine_version = "15.00.4249.2.cev-1"
Expand Down

0 comments on commit 9d2c2ae

Please sign in to comment.