Skip to content

[DTOSS-12318] - chore(iac): remove unused variables from dev environment#52

Merged
josielsouzanordcloud merged 1 commit intomainfrom
DTOSS-12318-remove-dev-environment
Mar 18, 2026
Merged

[DTOSS-12318] - chore(iac): remove unused variables from dev environment#52
josielsouzanordcloud merged 1 commit intomainfrom
DTOSS-12318-remove-dev-environment

Conversation

@josielsouzanordcloud
Copy link
Contributor

Description

This PR removes two unused variables from the dev environment's variables.tfvars file. The variables vnet_address_space and enable_gateway_test_vm are no longer required for the current configuration, thus they have been deleted to clean up unnecessary settings.

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Infrastructure change
  • Pipeline / CI
  • Documentation update
  • Refactor

Jira link

DTOSS-12318

Review notes

  • Removed vnet_address_space from infrastructure/environments/dev/variables.tfvars.
  • Removed enable_gateway_test_vm from infrastructure/environments/dev/variables.tfvars.

Breaking changes

None

Impact

  • No impact on deployment or services.
  • No change to security configuration.
  • No cost implication.

Review checklist

  • No hardcoded secrets, credentials, or tokens
  • PR title follows correct format (with ticket prefix if ticket provided, without if not)
  • terraform plan reviewed — no unintended resource destruction
  • Mandatory tags on all new resources
  • Resource locks on critical resources
  • Variable changes propagated to all environment .tfvars files
  • State file impact assessed

Removed `vnet_address_space` and `enable_gateway_test_vm` as they are not yet needed.

Refs: DTOSS-12318
@josielsouzanordcloud josielsouzanordcloud merged commit 122f021 into main Mar 18, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants