Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
olegkharytonenko-cf committed Oct 3, 2023
1 parent f4ea806 commit bc87c1e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ data "terraform_remote_state" "networking" {
}
```
## tfvars Example
``` hcl
resource_prefix = "ooc"
aws_region = "us-gov-west-1"
instance_name = "win_bastion"
instance_size = "t3a.medium"
key_name = "ooc-test"
instance_volume_size = 80
associate_eip = true
```


## Deployment Steps
Expand Down

0 comments on commit bc87c1e

Please sign in to comment.