diff --git a/pyproject.toml b/pyproject.toml index 53fbb9b..07b4d56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ # or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. [tool.poetry] name = "rdk" -version = "0.17.12" +version = "0.17.13" description = "Rule Development Kit CLI for AWS Config" authors = [ "AWS RDK Maintainers ", diff --git a/rdk/__init__.py b/rdk/__init__.py index 5d7d9c3..d26265e 100644 --- a/rdk/__init__.py +++ b/rdk/__init__.py @@ -6,4 +6,4 @@ # # or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -MY_VERSION = "0.17.12" +MY_VERSION = "0.17.13" diff --git a/rdk/template/configRule.yaml b/rdk/template/configRule.yaml index c5a5ca7..6668852 100644 --- a/rdk/template/configRule.yaml +++ b/rdk/template/configRule.yaml @@ -278,7 +278,7 @@ Resources: - logs:PutLogEvents - logs:DescribeLogStreams Effect: Allow - Resource: "arn:aws:logs:*:*:log-group:/aws/lambda/RDK-Rule-Function*" # Consider scoping to the current account only, if that doesn't break cross-account + Resource: "arn:${AWS::Partition}:logs:*:*:log-group:/aws/lambda/RDK-Rule-Function*" # Consider scoping to the current account only, if that doesn't break cross-account - Sid: "PutConfigEvaluations" Action: - config:PutEvaluations