Skip to content

fix: Resources should be recreated when removed outside of Terraform … #65

fix: Resources should be recreated when removed outside of Terraform …

fix: Resources should be recreated when removed outside of Terraform … #65

Workflow file for this run

name: Deploy to Production
on:
workflow_dispatch:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.19
env:
CGO_ENABLED: 0 # Statically linked
steps:
- name: Setting GIT
run: git config --global url."https://${{ secrets.GLOBAL_TOKEN }}:[email protected]/aziontech".insteadOf "https://github.com/aziontech"
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Go Report
uses: creekorful/[email protected]
- name: Bump version and push tag
id: tag_ver
uses: anothrNick/[email protected]
env:
RELEASE_BRANCHES: master,main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
WITH_V: true