diff --git a/.github/workflows/verify-workflow.yaml b/.github/workflows/verify-workflow.yaml index 4bfc9c7..18426df 100644 --- a/.github/workflows/verify-workflow.yaml +++ b/.github/workflows/verify-workflow.yaml @@ -11,7 +11,7 @@ on: jobs: verify: runs-on: ubuntu-latest - container: quay.io/cloudnativetoolkit/terraform:v1.1 + container: quay.io/cloudnativetoolkit/terraform:v1.2 strategy: matrix: @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v1 - name: Verify deploy on ${{ matrix.testcase }} - uses: cloud-native-toolkit/action-module-verify-deploy@main + uses: cloud-native-toolkit/action-module-verify-deploy@beta with: clusterId: ${{ matrix.testcase }} validateDeployScript: .github/scripts/validate-deploy.sh @@ -39,7 +39,7 @@ jobs: IBMCLOUD_API_KEY: ${{ secrets.IBMCLOUD_API_KEY }} - name: Verify destroy on ${{ matrix.testcase }} - uses: cloud-native-toolkit/action-module-verify-destroy@main + uses: cloud-native-toolkit/action-module-verify-destroy@beta if: ${{ always() }} with: clusterId: ${{ matrix.testcase }} diff --git a/README.md b/README.md index accf7dd..0191ba7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # IBM Cloud VPC module -Provisions a VPC instance and related resources. The full list of resources provisioned is as follows: +Provisions a VPC instance and related resources. + +The full list of resources provisioned is as follows: - VPC instance - VPC network acl diff --git a/module.yaml b/module.yaml index e04b029..7820783 100644 --- a/module.yaml +++ b/module.yaml @@ -2,6 +2,15 @@ name: ibm-vpc #registryId: cloud-native-toolkit/vpc/ibm type: terraform description: Provisions the IBM Cloud VPC instance with network acls +documentation: | + The full list of resources provisioned is as follows: + + - VPC instance + - VPC network acl + - VPC security group rules + - *ping* - icmp type 8 + - *public dns* - `161.26.0.10` and `161.26.0.11` + - *private dns* - `161.26.0.7` and `161.26.0.8` interfaces: - github.com/cloud-native-toolkit/automation-modules#ibm-vpc-resource tags: