-
Notifications
You must be signed in to change notification settings - Fork 63
[WIP] Upgraded hashicorp_azurerm from 3.100.0 to 4.33.0 #8921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
shanice-skylight
wants to merge
20
commits into
main
Choose a base branch
from
shanice/hashicorp_azurerm_4.33.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or 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
6 tasks
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress) from 4.3.0 to 5.1.0. - [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases) - [Commits](cypress-io/eslint-plugin-cypress@v4.3.0...v5.1.0) --- updated-dependencies: - dependency-name: eslint-plugin-cypress dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Ignore SNOMED codes that are not marked as active. Update existing test fixtures to be marked as active Add test to ensure only active codes are processed * Linter errors - we don't want to include the entire org.hl7.fhir.r4.model.* namespace * Added in checks for obsolete for loinc2snomed Removed duplicate test I added * Added checks for obsolete relations requests
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.30.0 to 0.31.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](aquasecurity/trivy-action@0.30.0...0.31.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update image * added flag for PEP 668
* backend/build.gradle * updated verification date
Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



DEVOPS PULL REQUEST
Related Issue
Changes Proposed
3.100.0to4.33.0in _config.tf file for all environmentsenable_https_traffic_onlywithhttps_traffic_only_enableddocker_imagewithdocker_image_nameenforce_private_link_endpoint_network_policies = truewithprivate_endpoint_network_policies = “Enabled” & private_link_service_network_policies_enabled = "false"docker_registry_url,docker_registry_username, anddocker_registry_passwordreplaced the use of theapp_settingsvalues ofDOCKER_REGISTRY_SERVER_URL,DOCKER_REGISTRY_SERVER_USERNAMEandDOCKER_REGISTRY_SERVER_PASSWORDrespectively, these values will be managed by the provider and should not be specified in the app_settings map.docker_image_tagand appended it to the end ofdocker_image_name"azurerm_postgresql_flexible_server"the public_network_access_enabled defaults to true so I changed it to falseDisabledAdditional Information
Testing
Ad-hoc Terraform plan for dev6
Deploy for dev6
Ad hoc Terraform plan for dev
Deploy for dev
Ad hoc Terraform plan for dev2
Ad hoc Terraform plan for dev3
Disabledand that is what the plan reflectsAd hoc Terraform plan for dev4
Ad hoc Terraform plan for dev5
Ad hoc Terraform plan for prod