Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Volodymyr Tsap
/
xpdays
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
2a41139a
authored
2017-10-29 18:43:37 +0200
by
Volodymyr Tsap
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Change README
1 parent
6887a27c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
.gitignore
sample2/README.md
.gitignore
View file @
2a41139
# Compiled files
!.gitignore
*.tfstate
*.tfstate.backup
*/.*
# Module directory
.terraform/
...
...
sample2/README.md
View file @
2a41139
# Sample2. Creating ubuntu instance using set of files
# AMI selection moved to separate ami.tf
# Instance settings parametized by terraform variables
# Created variable files: terraform.tfvars, variables.tf
#
AMI selection moved to separate ami.tf
Instance settings parametized by terraform variables
Created variable files: terraform.tfvars, variables.tf
```
# setup your AMS access parameters in ~/.aws
...
...
Please
register
or
sign in
to post a comment