Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mini-projet-gitlab
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
aliou
mini-projet-gitlab
Commits
ff3743ee
Commit
ff3743ee
authored
Jan 21, 2024
by
ulrich-sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
c7ffe680
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
docker.pkr.hcl
infra/packer/docker.pkr.hcl
+2
-2
main.tf
infra/terraform/main.tf
+2
-2
No files found.
infra/packer/docker.pkr.hcl
View file @
ff3743ee
...
...
@@ -14,8 +14,8 @@ locals {
source "amazon-ebs" "docker_image" {
access_key = "
AKIAQBYPIPCM2GEEYPMF
"
secret_key = "
hiueG0rpr6l8whXT2Vb47A1mMdH+Y2AHsQvGj72m
"
access_key = "
PUT YOUR OWN
"
secret_key = "
PUT YOUR OWN
"
ami_name = "docker_image_${local.timestamp}"
instance_type = "t2.medium"
region = "us-east-1"
...
...
infra/terraform/main.tf
View file @
ff3743ee
...
...
@@ -8,8 +8,8 @@ terraform {
}
provider
"aws"
{
region
=
"us-east-1"
access_key
=
"
AKIAQBYPIPCM2GEEYPMF
"
secret_key
=
"
hiueG0rpr6l8whXT2Vb47A1mMdH+Y2AHsQvGj72m
"
access_key
=
"
PUT YOUR OWN
"
secret_key
=
"
PUT YOUR OWN
"
}
module
"services"
{
...
...
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