Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed May 28, 2026
1 parent 09b08cc commit 13480f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions examples/ec2/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ This example implements the parameters from the EC2 Service Catalog product temp
### Lookup IDs (AWS CLI)

```bash
AWS_REGION="us-east-1"
PORTFOLIO_NAME="My Service Catalog Portfolio"
PRODUCT_NAME="My Product Name"
AWS_REGION="us-gov-east-1"
PORTFOLIO_NAME="Census Service Catalog Portfolio"
PRODUCT_NAME="linux-product"
PORTFOLIO_ID=$(aws servicecatalog list-portfolios \
--region "$AWS_REGION" \
Expand Down
6 changes: 3 additions & 3 deletions examples/rds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ terraform apply
### Lookup IDs (AWS CLI)

```bash
AWS_REGION="us-east-1"
PORTFOLIO_NAME="My Service Catalog Portfolio"
PRODUCT_NAME="My Product Name"
AWS_REGION="us-gov-east-1"
PORTFOLIO_NAME="Census Service Catalog Portfolio"
PRODUCT_NAME="rds-postgres"

PORTFOLIO_ID=$(aws servicecatalog list-portfolios \
--region "$AWS_REGION" \
Expand Down
6 changes: 3 additions & 3 deletions examples/s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ terraform apply
### Lookup IDs (AWS CLI)

```bash
AWS_REGION="us-east-1"
PORTFOLIO_NAME="My Service Catalog Portfolio"
PRODUCT_NAME="My Product Name"
AWS_REGION="us-gov-east-1"
PORTFOLIO_NAME="Census Service Catalog Portfolio"
PRODUCT_NAME="S3 Bucket"

PORTFOLIO_ID=$(aws servicecatalog list-portfolios \
--region "$AWS_REGION" \
Expand Down

0 comments on commit 13480f0

Please sign in to comment.