Skip to content

Commit

Permalink
Merge pull request #3 from clouddrove/CD-112
Browse files Browse the repository at this point in the history
fix readme
  • Loading branch information
anmolnagpal committed Jan 7, 2020
2 parents 688f23f + d63799f commit 829e651
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


<h1 align="center">
Terraform AWS transit-gateway
Terraform AWS Transit Gateway
</h1>

<p align="center" style="font-size: 1.2rem;">
Expand All @@ -27,10 +27,10 @@
<a href='https://facebook.com/sharer/sharer.php?u=https://github.com/clouddrove/terraform-aws-transit-gateway'>
<img title="Share on Facebook" src="https://user-images.githubusercontent.com/50652676/62817743-4f64cb80-bb59-11e9-90c7-b057252ded50.png" />
</a>
<a href='https://www.linkedin.com/shareArticle?mini=true&title=Terraform+AWS+transit-gateway&url=https://github.com/clouddrove/terraform-aws-transit-gateway'>
<a href='https://www.linkedin.com/shareArticle?mini=true&title=Terraform+AWS+Transit+Gateway&url=https://github.com/clouddrove/terraform-aws-transit-gateway'>
<img title="Share on LinkedIn" src="https://user-images.githubusercontent.com/50652676/62817742-4e339e80-bb59-11e9-87b9-a1f68cae1049.png" />
</a>
<a href='https://twitter.com/intent/tweet/?text=Terraform+AWS+transit-gateway&url=https://github.com/clouddrove/terraform-aws-transit-gateway'>
<a href='https://twitter.com/intent/tweet/?text=Terraform+AWS+Transit+Gateway&url=https://github.com/clouddrove/terraform-aws-transit-gateway'>
<img title="Share on Twitter" src="https://user-images.githubusercontent.com/50652676/62817740-4c69db00-bb59-11e9-8a79-3580fbbf6d5c.png" />
</a>

Expand Down Expand Up @@ -99,7 +99,7 @@ Here are some examples of how you can use this module in your inventory structur
```
### Transit Gateway Diffrent AWS Account
```hcl
module "postgres" {
module "transit-gateway" {
source = "git::https://github.com/clouddrove/terraform-aws-transit-gateway.git?ref=tags/0.12.2"
name = "transit-gateway"
application = "clouddrove"
Expand Down
4 changes: 2 additions & 2 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

# Name of this project
name : Terraform AWS transit-gateway
name : Terraform AWS Transit Gateway

# License of this project
license: "MIT"
Expand Down Expand Up @@ -63,7 +63,7 @@ usage : |-
```
### Transit Gateway Diffrent AWS Account
```hcl
module "postgres" {
module "transit-gateway" {
source = "git::https://github.com/clouddrove/terraform-aws-transit-gateway.git?ref=tags/0.12.2"
name = "transit-gateway"
application = "clouddrove"
Expand Down

0 comments on commit 829e651

Please sign in to comment.