amazon web services - Terrafrom custom DSL Warp -


i able make custom dsl based on set of ther dsl, further explain myself show problem:

we have base dsl defines new vpc on aws, code has necessary network settings witha subnets settings, dmz style, security groups, etc

currently have base code variables set, if team needs set new network settings, copy code, update varibales.tf needs.

this works point when need update base terraform syntax, becomes tedious , error prone pass changes accross existent networks.

at woudl make custom dsl wrap code, in example:

resource "fancy_aws_network" "network" {     base_cidr = "172.31.0.0/16"     use_dmz = true     subnet_per_az = true } 

can guide me in right direction?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -