Initial commit - realms platform
This commit is contained in:
parent
c590ab6d18
commit
c717c3751c
234 changed files with 74103 additions and 15231 deletions
10
devops/terraform/modules/vpc/main.tf
Normal file
10
devops/terraform/modules/vpc/main.tf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# =============================================================================
|
||||
# VPC Resource
|
||||
# =============================================================================
|
||||
|
||||
resource "digitalocean_vpc" "main" {
|
||||
name = var.name
|
||||
region = var.region
|
||||
ip_range = var.ip_range
|
||||
description = var.description
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue