Skip to content

Commit 5b41cbf

Browse files
authored
fix: 'AWSCLIContainer' object has no attribute 'common_conf (#243)
Problem has been explained in the issue #242
1 parent 5603ca2 commit 5b41cbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leverage/modules/credentials.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ def _load_configs_for_credentials():
312312

313313
terraform_config = {}
314314
logger.info("Loading Terraform common configuration.")
315-
terraform_config = AWSCLI.common_conf
315+
terraform_config = AWSCLI.paths.common_conf
316316

317317
config_values = {}
318318
config_values["short_name"] = (

0 commit comments

Comments
 (0)