Skip to content
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

Postgres #19

Merged
merged 7 commits into from
Oct 21, 2021
Merged

Postgres #19

merged 7 commits into from
Oct 21, 2021

Conversation

antonioT90
Copy link
Contributor

List of changes

provisioning postgres 11

Motivation and context

Type of changes

  • Add new resources
  • Update configuration to existing resources
  • Remove existing resources

Env to apply

  • DEV
  • UAT
  • PROD

Does this introduce a change to production resources with possible user impact?

  • Yes, users may be impacted applying this change
  • No

Does this introduce an unwanted change on infrastructure? Check terraform plan execution result

  • Yes
  • No

Other information


If PR is partially applied, why? (reserved to mantainers)

anttorre added 3 commits October 14, 2021 17:10
# Conflicts:
#	src/core/env/dev/terraform.tfvars
#	src/core/env/prod/terraform.tfvars
#	src/core/env/uat/terraform.tfvars
#	src/core/outputs.tf
#	src/core/variables.tf
@antonioT90 antonioT90 requested review from pasqualedevita and a team October 15, 2021 15:30
geo_redundant_backup_enabled = var.postgres_geo_redundant_backup_enabled
enable_replica = var.postgres_enable_replica
ssl_minimal_tls_version_enforced = "TLS1_2"
public_network_access_enabled = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public_network_access_enabled = true
public_network_access_enabled = false

@pasqualedevita pasqualedevita merged commit 9618d6b into main Oct 21, 2021
@pasqualedevita pasqualedevita deleted the postgres branch October 21, 2021 17:47
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