Skip to content

Commit

Permalink
Merge pull request #119 from bschaatsbergen/add-simple-registry-synta…
Browse files Browse the repository at this point in the history
…x-example

feat: add simple Terraform registry syntax example
  • Loading branch information
bschaatsbergen committed Jun 27, 2023
2 parents a2a844f + 4064c4d commit ff6ec11
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -58,6 +58,15 @@ Here are some examples to choose from. Look at the prerequisites above to find o
- [Complete](https://github.com/bschaatsbergen/atlantis-on-gcp-vm/tree/master/examples/complete)
- [Secure Environment Variables](https://github.com/bschaatsbergen/atlantis-on-gcp-vm/tree/master/examples/secure-env-vars)


```hcl
module "atlantis" {
source = "bschaatsbergen/atlantis/gce"
version = "1.3.1"
# insert the 7 required variables here
}
```

## How to deploy

See [`main.tf`](https://github.com/bschaatsbergen/atlantis-on-gcp-vm/tree/master/examples/basic/main.tf) and the [`server-atlantis.yaml`](https://github.com/bschaatsbergen/atlantis-on-gcp-vm/tree/master/examples/basic/server-atlantis.yaml).
Expand Down

0 comments on commit ff6ec11

Please sign in to comment.