ignore drift in rds.Cluster and rds.Instance due to engine_version diff arising out of automanaged upgrades #4722
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2024 The Crossplane Authors <https://crossplane.io> | |
# | |
# SPDX-License-Identifier: CC0-1.0 | |
name: End to End Testing | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
e2e: | |
uses: upbound/official-providers-ci/.github/workflows/pr-comment-trigger.yml@standard-runners | |
with: | |
go-version: 1.22 | |
cleanup-disk: true | |
secrets: | |
UPTEST_CLOUD_CREDENTIALS: ${{ secrets.UPTEST_CLOUD_CREDENTIALS }} | |
UPTEST_DATASOURCE: ${{ secrets.UPTEST_DATASOURCE }} |