ArticCon 2022 (continued)
Feeding that data into cloud providers
Now, that data is all well and good for people to work with. But what about maintaining the codebase itself?
- The argument names may drift between providers
ipCidrRange
for GCP andcidrBlock
for AWS
- Some arguments will be duplicates for every resource
- things like
region
andproject
in our GCP example
- things like