terraform-ibm-modules / terraform-ibm-code-engine

Provisions and configures IBM Cloud Code Engine.
Apache License 2.0
1 stars 1 forks source link

test: IgnoreUpdates for job module #29

Closed akocbek closed 2 months ago

akocbek commented 3 months ago

Description

On second tf plan terraform provider adds changes

~ resource "ibm_code_engine_job" "ce_job" {
        id                            = "5e7a7942-774b-4413-a83a-2aa8432976bb/ce-jobs-test-job-2"
        name                          = "ce-jobs-test-job-2"
        # (19 unchanged attributes hidden)

      - run_env_variables {
          - name  = "CE_REGION" -> null
          - type  = "literal" -> null
          - value = "us-south" -> null
        }
      - run_env_variables {
          - name  = "CE_PROJECT_ID" -> null
          - type  = "literal" -> null
          - value = "5e7a7942-774b-4413-a83a-2aa8432976bb" -> null
        }
      - run_env_variables {
          - name  = "CE_API_BASE_URL" -> null
          - type  = "literal" -> null
          - value = "https://api.us-south.codeengine.cloud.ibm.com/" -> null
        }
    }

Plan: 0 to add, 1 to change, 0 to destroy.

Release required?

Release notes content

Run the pipeline

If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.

Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:

/run pipeline

Checklist for reviewers

For mergers

akocbek commented 3 months ago

/run pipeline

akocbek commented 3 months ago

provider issue: https://github.com/IBM-Cloud/terraform-provider-ibm/issues/4719

akocbek commented 3 months ago

/run pipeline

akocbek commented 2 months ago

/run pipeline

terraform-ibm-modules-ops commented 2 months ago

:tada: This PR is included in version 1.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: