Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-ec2-instance
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-ec2-instance
Commits
1733919b
Commit
1733919b
authored
Mar 22, 2019
by
Javier Jardón
Committed by
Anton Babenko
Mar 22, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
examples/basic/main.tf: Add usage of "root_block_device" (#18) (#65)
parent
7f30697e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
main.tf
examples/basic/main.tf
+5
-0
No files found.
examples/basic/main.tf
View file @
1733919b
...
...
@@ -64,6 +64,11 @@ module "ec2" {
subnet_id
=
"
${
element
(
data
.
aws_subnet_ids
.
all
.
ids
,
0
)
}
"
vpc_security_group_ids
=
[
"
${module
.
security_group
.
this_security_group_id
}
"
]
associate_public_ip_address
=
true
root_block_device
=
[{
volume_type
=
"gp2"
volume_size
=
10
}]
}
module
"ec2_with_t2_unlimited"
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment