File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,3 +37,8 @@ github:
3737 collaborators :
3838 - fabiomatavelli
3939 - bhouse-nexthop
40+
41+ copilot_code_review :
42+ enabled : true
43+ review_drafts : true
44+ review_on_push : true
Original file line number Diff line number Diff line change @@ -98,15 +98,19 @@ jobs:
9898 id : setup-cloudstack
9999 with :
100100 cloudstack-version : ${{ matrix.cloudstack-version }}
101- - uses : opentofu/setup-opentofu@9d84900f3238fab8cd84ce47d658d25dd008be2f # v1 .0.8
101+ - uses : opentofu/setup-opentofu@a1320f892987e89d278cc92dc5adc984fb93aca4 # v2 .0.2
102102 with :
103103 tofu_version : ${{ matrix.opentofu-version }}
104+ tofu_wrapper : false
104105 - name : Run acceptance test
105106 env :
106107 CLOUDSTACK_USER_ID : ${{ steps.setup-cloudstack.outputs.CLOUDSTACK_USER_ID }}
107108 CLOUDSTACK_API_KEY : ${{ steps.setup-cloudstack.outputs.CLOUDSTACK_API_KEY }}
108109 CLOUDSTACK_SECRET_KEY : ${{ steps.setup-cloudstack.outputs.CLOUDSTACK_SECRET_KEY }}
110+ TF_ACC_PROVIDER_NAMESPACE : hashicorp
111+ TF_ACC_PROVIDER_HOST : registry.opentofu.org
109112 run : |
113+ export TF_ACC_TERRAFORM_PATH="$(which tofu)"
110114 make testacc
111115 services :
112116 cloudstack-simulator :
You can’t perform that action at this time.
0 commit comments