Skip to content

A repo to keep my terraform snippets and proof-of-concepts

License

Notifications You must be signed in to change notification settings

shreyasgune/terraform-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

can

Inputs

Name Description Type Default Required
os n/a string "linux" no

Outputs

Name Description
os n/a

conditionals

Providers

Name Version
null 3.2.3

Resources

Name Type
null_resource.disabled_example resource
null_resource.enabled_example resource

Inputs

Name Description Type Default Required
enable_me do I enable myself bool true no

Outputs

Name Description
enabledORdisabled n/a
enabled_output n/a

loops

Providers

Name Version
null 3.2.3

Resources

Name Type
null_resource.count_example resource
null_resource.for_each_example resource
null_resource.map_extract resource

Inputs

Name Description Type Default Required
names just names map(string)
{
"anakin": "not a jedi master, but on the council",
"obiwan": "jedi master",
"quigon": "jedi master as well",
"shryeas": "main of the hour"
}
no
subnet_cidr_block_map map of cidrs map(string)
{
"subnet1": "10.0.0.1/19",
"subnet2": "10.0.0.2/19",
"subnet3": "10.0.0.3/19"
}
no
subnet_cidr_blocks List of CIDR blocks for the subnets list(string)
[
"10.0.0.0/19",
"10.0.032.0/19",
"10.0.64.0/19"
]
no

Outputs

Name Description
count_output n/a
directives n/a
extracted n/a
for_each_output n/a
length n/a
map n/a
set n/a
using_for1 n/a
using_for2 n/a

try

Providers

Name Version
http 3.4.5

Resources

Name Type
http_http.json-body data source
http_http.primary-server data source

Outputs

Name Description
response-json-fakeKey n/a
response-json-fruit n/a

About

A repo to keep my terraform snippets and proof-of-concepts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published