Skip to content

Commit

Permalink
Upgrade to 8.0.26 and add sensitive attribute to private key for Terr…
Browse files Browse the repository at this point in the history
…aform

Signed-off-by: Frederic Descamps <lefred.descamps@gmail.com>
  • Loading branch information
lefred committed Sep 5, 2021
1 parent de56913 commit 3f75a92
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ The same modules are used as Resource Manager Stack.

The latest stack can be downloaded directly in the releases (the zip file)

[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/lefred/oci-joomla-mds/releases/download/v1.1.0/stack_joomla_mds.zip)
[![Deploy to Oracle Cloud](https://oci-resourcemanager-plugin.plugins.oci.oraclecloud.com/latest/deploy-to-oracle-cloud.svg)](https://cloud.oracle.com/resourcemanager/stacks/create?zipUrl=https://github.com/lefred/oci-joomla-mds/releases/download/v1.2.0/stack_joomla_mds.zip)
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ resource "oci_core_route_table" "public_route_table" {
vcn_id = local.vcn_id
display_name = "RouteTableForMySQLPublic"
route_rules {
cidr_block = "0.0.0.0/0"
destination = "0.0.0.0/0"
network_entity_id = local.internet_gateway_id
}

Expand Down
2 changes: 1 addition & 1 deletion modules/joomla/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "mysql_version" {
description = "The version of the Mysql Shell."
default = "8.0.25"
default = "8.0.26"
}

variable "compartment_ocid" {
Expand Down
1 change: 1 addition & 0 deletions stack/output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ output "mds_instance_ip" {

output "ssh_private_key" {
value = local.private_key_to_show
sensitive = true
}
4 changes: 2 additions & 2 deletions stack/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: "Joomla on OCI with MDS"
description: "Joomla on OCI with MySQL Database Service"
schemaVersion: 1.1.0
version: "20210526"
schemaVersion: 1.2.0
version: "20210905"
locale: "en"


Expand Down

0 comments on commit 3f75a92

Please sign in to comment.