Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed May 18, 2022
1 parent 1223743 commit bbe119b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<a href="https://github.com/clouddrove/terraform-aws-vpc-peering/actions/workflows/tfsec.yml">
<img src="https://github.com/clouddrove/terraform-aws-vpc-peering/actions/workflows/tfsec.yml/badge.svg" alt="tfsec">
</a>
<a href="https://github.com/clouddrove/terraform-aws-vpc-peering/actions/workflows/terraform.yml">
<img src="https://github.com/clouddrove/terraform-aws-vpc-peering/actions/workflows/terraform.yml/badge.svg" alt="static-checks">
<a href="https://github.com/clouddrove/terraform-aws-vpc-peering/actions/workflows/terrafrom.yml">
<img src="https://github.com/clouddrove/terraform-aws-vpc-peering/actions/workflows/terrafrom.yml/badge.svg" alt="static-checks">
</a>


Expand Down Expand Up @@ -83,8 +83,8 @@ Here is an example of how you can use this module in your inventory structure:
name = "vpc-peering"
environment = "test"
label_order = ["environment", "name", "application"]
requestor_vpc_id = "vpc-XXXXXXXXXXXXXXXXX"
acceptor_vpc_id = "vpc-XXXXXXXXXXXXXXXXX"
requestor_vpc_id = "vpc-XXXXXXXXXXXXXXXX"
acceptor_vpc_id = "vpc-XXXXXXXXXXXXXXXX"
}
```

Expand Down

0 comments on commit bbe119b

Please sign in to comment.