Compare commits
9 Commits
95f18750e8
...
master
Author | SHA1 | Date | |
---|---|---|---|
29a9cb12b4 | |||
cc196194dd | |||
ce9830a968 | |||
9479d68626 | |||
3b94020a30 | |||
9d85fc4335
|
|||
01ea8e28c7
|
|||
8c2119434b | |||
b77f6c8364 |
9
.drone.yml
Executable file
9
.drone.yml
Executable file
@@ -0,0 +1,9 @@
|
||||
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: "test"
|
||||
steps:
|
||||
- name: test
|
||||
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
|
||||
commands:
|
||||
- echo 'Run tests'
|
2
.github/workflows/publish-release.yaml
vendored
2
.github/workflows/publish-release.yaml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
name: Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
generateReleaseNotes: true
|
||||
|
4
.github/workflows/validate-terraform.yaml
vendored
4
.github/workflows/validate-terraform.yaml
vendored
@@ -13,9 +13,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Terraform
|
||||
uses: hashicorp/setup-terraform@v2
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
- name: Terraform Format
|
||||
run: terraform fmt -check -diff
|
||||
- name: Terraform Init
|
||||
|
@@ -10,11 +10,11 @@ terraform {
|
||||
}
|
||||
remote = {
|
||||
source = "tenstad/remote"
|
||||
version = "~> 0.0.23"
|
||||
version = "~> 0.1.23"
|
||||
}
|
||||
template = {
|
||||
source = "hashicorp/cloudinit"
|
||||
version = "~> 2.2.0"
|
||||
version = "~> 2.3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
}
|
@@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
github = {
|
||||
source = "integrations/github"
|
||||
version = ">= 4.0.0, < 5.0.0"
|
||||
version = "< 7.0.0"
|
||||
}
|
||||
hcloud = {
|
||||
source = "hetznercloud/hcloud"
|
||||
@@ -14,7 +14,7 @@ terraform {
|
||||
}
|
||||
remote = {
|
||||
source = "tenstad/remote"
|
||||
version = "~> 0.0.23"
|
||||
version = "~> 0.1.23"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user