Skip to content

Latest commit

 

History

History
73 lines (50 loc) · 2.75 KB

README.md

File metadata and controls

73 lines (50 loc) · 2.75 KB

Github release Contributors maintenance status

Terraform module

Terraform module which creates <RESOURCE_NAMES> resources.

Examples

Examples codified under the examples are intended to give users references for how to use the module(s) as well as testing/validating changes to the source code of the module. If contributing to the project, please be sure to make any appropriate updates to the relevant examples to allow maintainers to test your changes and to keep the examples up to date for users. Thank you!

Requirements

Name Version
terraform >= 1.0.0
aws ~> 5.0

Providers

Name Version
aws ~> 5.0

Modules

No modules.

Resources

Name Type
aws_instance.example resource

Inputs

Name Description Type Default Required
ami_id The default AWS EC2 AMI string "ami-0c55b159cbfafe1f0" no
name terraform-module-template string "The name of AWS EC2 VM" no

Outputs

Name Description
instance_id AWS EC2 instance id

Authors

Star History Chart

License

Apache-2.0 Licensed. See LICENSE.