Fix naming in example code documentation section for aws_codebuild and aws_codepipeline modules (#60495)

pull/60381/merge
Stefan Horning 5 years ago committed by ansibot
parent d5d88f9b11
commit 6337fbbfe5

@ -163,7 +163,7 @@ extends_documentation_fragment:
EXAMPLES = '''
# Note: These examples do not set authentication details, see the AWS Guide for details.
- code_build:
- aws_codebuild:
name: my_project
description: My nice little project
service_role: "arn:aws:iam::123123:role/service-role/code-build-service-role"

@ -72,7 +72,7 @@ EXAMPLES = '''
# Note: These examples do not set authentication details, see the AWS Guide for details.
# Example for creating a pipeline for continuous deploy of Github code to an ECS cluster (container)
- code_pipeline:
- aws_codepipeline:
name: my_deploy_pipeline
role_arn: arn:aws:iam::123456:role/AWS-CodePipeline-Service
artifact_store:

Loading…
Cancel
Save