Skip to content

Commit

Permalink
updating global_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Aug 23, 2023
1 parent e409463 commit 68d3111
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A Terraform module to configure ACI System Settings.

| Name | Version |
|------|---------|
| <a name="provider_aci"></a> [aci](#provider\_aci) | 2.10.1 |
| <a name="provider_aci"></a> [aci](#provider\_aci) | >= 2.9.0 |
## Inputs

| Name | Description | Type | Default | Required |
Expand Down
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ locals {

# DEFAULTS
aes = local.defaults.global_aes_encryption_settings
apic_version = var.system_settings.controller.version
apic_version = var.system_settings.global_settings.controller.version
coop_grp = local.defaults.coop_group
endpoint = local.defaults.endpoint_controls
fwide = local.defaults.fabric_wide_settings
Expand Down

0 comments on commit 68d3111

Please sign in to comment.