AWS codebuild documentation change
Summary
Updated documentation to replace 'AWS CloudFormation' with 'CloudFormation' in multiple instances for consistency
Security assessment
The changes are purely branding/terminology updates (removing 'AWS' prefix from CloudFormation references). No security vulnerabilities, mitigations, or security features are mentioned or modified in these changes.
Diff
diff --git a/codebuild/latest/userguide/gitlab-runner-questions.md b/codebuild/latest/userguide/gitlab-runner-questions.md index 89105b1b8..3765f8a37 100644 --- a//codebuild/latest/userguide/gitlab-runner-questions.md +++ b//codebuild/latest/userguide/gitlab-runner-questions.md @@ -5 +5 @@ -What source types are supported for CodeBuild-hosted GitLab runners?When should I include the image and instance overrides in the label? Can I use AWS CloudFormation for this feature?How can I mask secrets when using this feature?Can I receive GitLab webhook events from multiple projects within a single group?Can I execute a job in docker executor for the self-managed runner? For example, I want to run a pipeline job on a specific image to maintain the same build environment in a separate and isolated container.What executor does the self-managed runner in CodeBuild run with?Can I provide buildspec commands along with the self-managed runner?Which regions support using a CodeBuild-hosted GitLab runner?Which platforms support using a CodeBuild-hosted GitLab runner? +What source types are supported for CodeBuild-hosted GitLab runners?When should I include the image and instance overrides in the label? Can I use CloudFormation for this feature?How can I mask secrets when using this feature?Can I receive GitLab webhook events from multiple projects within a single group?Can I execute a job in docker executor for the self-managed runner? For example, I want to run a pipeline job on a specific image to maintain the same build environment in a separate and isolated container.What executor does the self-managed runner in CodeBuild run with?Can I provide buildspec commands along with the self-managed runner?Which regions support using a CodeBuild-hosted GitLab runner?Which platforms support using a CodeBuild-hosted GitLab runner? @@ -19 +19 @@ You can include the image and instance overrides in the label in order to specif -## Can I use AWS CloudFormation for this feature? +## Can I use CloudFormation for this feature? @@ -21 +21 @@ You can include the image and instance overrides in the label in order to specif -Yes, you can include a filter group in your AWS CloudFormation template that specifies a GitLab workflow job event filter in your project webhook. +Yes, you can include a filter group in your CloudFormation template that specifies a GitLab workflow job event filter in your project webhook. @@ -30 +30 @@ Yes, you can include a filter group in your AWS CloudFormation template that spe -For more information, see [Filter GitLab webhook events (AWS CloudFormation)](./gitlab-webhook-events-cfn.html). +For more information, see [Filter GitLab webhook events (CloudFormation)](./gitlab-webhook-events-cfn.html). @@ -32 +32 @@ For more information, see [Filter GitLab webhook events (AWS CloudFormation)](./ -If you need help setting up project credentials in your AWS CloudFormation template, see [AWS::CodeBuild::SourceCredential](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html) in the _AWS CloudFormation User Guide_ for more information. +If you need help setting up project credentials in your CloudFormation template, see [AWS::CodeBuild::SourceCredential](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-codebuild-sourcecredential.html) in the _AWS CloudFormation User Guide_ for more information.