Sha256: a8ebc1e6cbab8d996394e3ea381384bf9dc9b073fbd5aa61b698fc86f20912c0
Contents?: true
Size: 322 Bytes
Versions: 57
Compression:
Stored size: 322 Bytes
Contents
# Region to create infrastructure in variable "aws_region" { type = "string" default = "us-west-2" } variable "aws_instance_type" { type = "string" default = "t2.micro" } variable "admin_password" { description = "Set Windows Administrator password" type = "string" default = "Pas5w0rD" }
Version data entries
57 entries across 35 versions & 1 rubygems