mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
teste-0
This commit is contained in:
@ -15,4 +15,13 @@ jobs:
|
||||
apt-get update -y
|
||||
|
||||
- name: Cloning iac repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Init OpenTofu
|
||||
run: tofu init
|
||||
|
||||
- name: Plan
|
||||
run: tofu plan -out=tfplan
|
||||
|
||||
- name: Apply
|
||||
run: tofu apply -auto-approve tfplan
|
||||
Reference in New Issue
Block a user