AWS serverless-application-model documentation change
Summary
Changed 'AWS CloudFormation resource' to 'CloudFormation resource' in OIDC provider documentation
Security assessment
Terminology simplification without security implications. The change maintains the same security context regarding IAM OIDC provider configuration.
Diff
diff --git a/serverless-application-model/latest/developerguide/deploying-with-oidc.md b/serverless-application-model/latest/developerguide/deploying-with-oidc.md index 778718895..587cd2113 100644 --- a//serverless-application-model/latest/developerguide/deploying-with-oidc.md +++ b//serverless-application-model/latest/developerguide/deploying-with-oidc.md @@ -46 +46 @@ AWS SAM references this URL when it generates the `AWS::IAM::OIDCProvider` resou -AWS SAM generates an `AWS::IAM::OIDCProvider` AWS CloudFormation resource with the provided configuration that assumes the pipeline execution role. To learn more about this AWS CloudFormation resource type, see [AWS::IAM::OIDCProvider](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-oidcprovider.html) in the _AWS CloudFormation User Guide_. +AWS SAM generates an `AWS::IAM::OIDCProvider` AWS CloudFormation resource with the provided configuration that assumes the pipeline execution role. To learn more about this CloudFormation resource type, see [AWS::IAM::OIDCProvider](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-oidcprovider.html) in the _AWS CloudFormation User Guide_.