Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
7903f161
Commit
7903f161
authored
Feb 24, 2020
by
David McKay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: fix terraform and add Giacomo as failback
parent
b3d4ef6c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
terraform.yaml
.github/workflows/terraform.yaml
+4
-4
CODEOWNERS
terraform/CODEOWNERS
+1
-1
No files found.
.github/workflows/terraform.yaml
View file @
7903f161
...
...
@@ -17,7 +17,7 @@ jobs:
-
name
:
"
Terraform
Format"
uses
:
hashicorp/terraform-github-actions@master
with
:
tf_actions_version
:
0.12.
13
tf_actions_version
:
0.12.
20
tf_actions_subcommand
:
"
fmt"
tf_actions_working_dir
:
"
terraform"
env
:
...
...
@@ -26,7 +26,7 @@ jobs:
-
name
:
"
Terraform
Init"
uses
:
hashicorp/terraform-github-actions@master
with
:
tf_actions_version
:
0.12.
13
tf_actions_version
:
0.12.
20
tf_actions_subcommand
:
"
init"
tf_actions_working_dir
:
"
terraform"
env
:
...
...
@@ -36,7 +36,7 @@ jobs:
-
name
:
"
Terraform
Validate"
uses
:
hashicorp/terraform-github-actions@master
with
:
tf_actions_version
:
0.12.
13
tf_actions_version
:
0.12.
20
tf_actions_subcommand
:
"
validate"
tf_actions_working_dir
:
"
terraform"
env
:
...
...
@@ -45,7 +45,7 @@ jobs:
-
name
:
"
Terraform
Plan"
uses
:
hashicorp/terraform-github-actions@master
with
:
tf_actions_version
:
0.12.
13
tf_actions_version
:
0.12.
20
tf_actions_subcommand
:
"
plan"
tf_actions_working_dir
:
"
terraform"
env
:
...
...
terraform/CODEOWNERS
View file @
7903f161
* @rawkode
* @rawkode
@gitirabassi
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