-
Notifications
You must be signed in to change notification settings - Fork 509
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resource type attribute changes and stability fixes for yaml parsing …
…and other config changes APE-16695, APE-16692, APE-16734 (#1673) * fix for crash in lambda function cft yaml if code key is not present * removed duplicate tag image tag * bump up the version to 1.18.5 * added feature to parse cft template for ssm parameter * bumped the version to 1.18.7 * bump up version to v1.18.8 * Sanitize the cft template file for aws:: words as it causes parser to fail * Sanitize the cft template file for aws:: words as it causes parser to fail * increment version * APE-16518 - improve the stability of yaml to json parsing * Fixed indirect resource id reference and rds-cluster and restapi for gatewaystage * add resource references for json format * terraform resource type names added * terraform res type names added for reference * fixed lint errors for comments * tags name added as per terraform structure * lint fixes * add dynamodb BillingMode property * fixed lint error * added CrossZoneLoadBalancing for lb * load balancer lb added * fixing lint errors * APE-16777 APE-16773 fixed attribute as per normalize json * fix lint * Update ecs-service.go * Update ecs-service.go * Update ecs-service.go * sonar issue resolved * sonar issue resolved --------- Co-authored-by: pankaj rai <parai@tenable.com> Co-authored-by: prai80 <106154428+prai80@users.noreply.github.com>
- Loading branch information
1 parent
2e75f8f
commit 4422eb5
Showing
122 changed files
with
978 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,5 +26,5 @@ Resources: | |
Statement: | ||
- Effect: Allow | ||
Action: * | ||
Principal: '*' | ||
Principal: 'star' | ||
|
Oops, something went wrong.