# Usage: See variables.tf or a list of all supported variables # Tags env = "dev" owner = "perforce" stack_name = "perforce" # Appropriate aws region aws_region = "eu-west-1" # ec2-user installed public key key_name = "id_rsa.pub" # Comma seperated lists of extra public keys as strings additional_public_keys = [ ] // Can use to restrict access as desired allowed_network_cidrs = [ "0.0.0.0/0" ] instance_type = "t2.small"
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 24596 | Robert Cowham |
Clarify where to configure stuff. Fix hosts update |
||
#1 | 24592 | Robert Cowham | Initial working version |