Skip to content

Commit

Permalink
Merge pull request #829 from ministryofjustice/fix/correct-name-format
Browse files Browse the repository at this point in the history
Fix ram share name format
  • Loading branch information
davidkelliott authored Oct 16, 2023
2 parents d20c8f4 + 159ce87 commit 6ba5ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion organisation-security/terraform/license-manager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module "oracle_rds_license_configurations" {
"OracleDbDPLicenseConfigurationRDS" = { description = "Oracle Database Diagnostic Pack for SQLT (Amazon RDS)" },
"OracleDbTPLicenseConfigurationRDS" = { description = "Oracle Database Tuning Pack for SQLT (Amazon RDS)" }
}
name = each.value.description
name = each.key
description = each.value.description
license_count = 0
license_count_hard_limit = false
Expand Down

0 comments on commit 6ba5ec5

Please sign in to comment.