From 94764225332c869eefa574a8948da680bb668407 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Wed, 28 Sep 2022 13:40:43 +0200 Subject: [PATCH] Make example AWS UUIDS follow a specific pattern (#1539) Make example AWS UUIDS follow a specific pattern SUMMARY Various AWS IAM resources have UUID which follow a specific pattern. Similarly AWS accounts are all 12 digit numbers (text aliases in a couple of cases). To minimize the risk of accidental data leaks use a consistent Account ID in examples (123456789012), and a specific format for the UUIDS: (AKIA|AGPA|AIDA|AROA|AIPA|ANPA|ANVA|ASIA)12345EXAMPLE54321 While this does nothing about historic data, having consistency makes it easier to prevent future leaks. Note: We should follow this up with an update to the developer docs, however I'd like to get this in prior to 5.0.0 ISSUE TYPE Docs Pull Request COMPONENT NAME plugins/modules/acm_certificate_info.py plugins/modules/application_autoscaling_policy.py plugins/modules/autoscaling_launch_config.py plugins/modules/autoscaling_launch_config_info.py plugins/modules/codecommit_repository.py plugins/modules/directconnect_link_aggregation_group.py plugins/modules/dms_endpoint.py plugins/modules/dynamodb_table.py plugins/modules/ec2_transit_gateway_info.py plugins/modules/ec2_transit_gateway_vpc_attachment.py plugins/modules/ec2_transit_gateway_vpc_attachment_info.py plugins/modules/ec2_vpc_peer.py plugins/modules/ec2_vpc_peering_info.py plugins/modules/ec2_vpc_vpn_info.py plugins/modules/ecs_cluster.py plugins/modules/ecs_ecr.py plugins/modules/ecs_service.py plugins/modules/ecs_service_info.py plugins/modules/ecs_task.py plugins/modules/efs.py plugins/modules/efs_info.py plugins/modules/eks_cluster.py plugins/modules/elasticache_subnet_group.py plugins/modules/elb_network_lb.py plugins/modules/elb_target_group.py plugins/modules/elb_target_group_info.py plugins/modules/elb_target_info.py plugins/modules/iam_group.py plugins/modules/iam_managed_policy.py plugins/modules/iam_mfa_device_info.py plugins/modules/iam_server_certificate_info.py plugins/modules/lightsail.py plugins/modules/lightsail_static_ip.py plugins/modules/msk_cluster.py plugins/modules/s3_bucket_notification.py plugins/modules/sns_topic.py plugins/modules/sns_topic_info.py plugins/modules/sqs_queue.py plugins/modules/stepfunctions_state_machine.py plugins/modules/stepfunctions_state_machine_execution.py plugins/modules/storagegateway_info.py plugins/modules/wafv2_web_acl.py ADDITIONAL INFORMATION While the 'secret' nature of these UUIDs is debatable (they're closer to user names than passwords), deliberately mangling them makes it easier for InfoSec teams to spot when their secret counterparts may have been leaked in combination with a real 'public' part. --- plugins/modules/acm_certificate_info.py | 2 +- .../modules/application_autoscaling_policy.py | 2 +- plugins/modules/autoscaling_launch_config.py | 4 +-- .../modules/autoscaling_launch_config_info.py | 2 +- plugins/modules/codecommit_repository.py | 4 +-- .../directconnect_link_aggregation_group.py | 2 +- plugins/modules/dms_endpoint.py | 4 +-- plugins/modules/ec2_transit_gateway_info.py | 4 +-- .../ec2_transit_gateway_vpc_attachment.py | 2 +- ...ec2_transit_gateway_vpc_attachment_info.py | 2 +- plugins/modules/ec2_vpc_peer.py | 12 +++---- plugins/modules/ec2_vpc_peering_info.py | 6 ++-- plugins/modules/ec2_vpc_vpn_info.py | 2 +- plugins/modules/ecs_cluster.py | 4 +-- plugins/modules/ecs_ecr.py | 8 ++--- plugins/modules/ecs_service.py | 14 ++++---- plugins/modules/ecs_service_info.py | 5 ++- plugins/modules/ecs_task.py | 10 +++--- plugins/modules/efs.py | 2 +- plugins/modules/efs_info.py | 2 +- plugins/modules/eks_cluster.py | 4 +-- plugins/modules/elasticache_subnet_group.py | 2 +- plugins/modules/elb_network_lb.py | 2 +- plugins/modules/elb_target_group.py | 2 +- plugins/modules/elb_target_group_info.py | 4 +-- plugins/modules/elb_target_info.py | 2 +- plugins/modules/iam_group.py | 4 +-- plugins/modules/iam_managed_policy.py | 2 +- plugins/modules/iam_mfa_device_info.py | 8 ++--- .../modules/iam_server_certificate_info.py | 4 +-- plugins/modules/lightsail.py | 4 +-- plugins/modules/lightsail_static_ip.py | 4 +-- plugins/modules/msk_cluster.py | 2 +- plugins/modules/s3_bucket_notification.py | 4 +-- plugins/modules/sns_topic.py | 10 +++--- plugins/modules/sns_topic_info.py | 10 +++--- plugins/modules/sqs_queue.py | 2 +- .../modules/stepfunctions_state_machine.py | 4 +-- .../stepfunctions_state_machine_execution.py | 6 ++-- plugins/modules/storagegateway_info.py | 6 ++-- plugins/modules/wafv2_web_acl.py | 4 +-- .../iam_server_certificate/tasks/main.yml | 34 +++++++++---------- .../targets/setup_ec2_facts/defaults/main.yml | 1 + .../targets/sns_topic/defaults/main.yml | 1 + .../datapipeline.DescribePipelines_1.json | 6 ++-- .../datapipeline.DescribePipelines_10.json | 6 ++-- .../datapipeline.DescribePipelines_11.json | 6 ++-- .../datapipeline.DescribePipelines_12.json | 6 ++-- .../datapipeline.DescribePipelines_13.json | 6 ++-- .../datapipeline.DescribePipelines_14.json | 6 ++-- .../datapipeline.DescribePipelines_15.json | 6 ++-- .../datapipeline.DescribePipelines_16.json | 6 ++-- .../datapipeline.DescribePipelines_17.json | 6 ++-- .../datapipeline.DescribePipelines_18.json | 6 ++-- .../datapipeline.DescribePipelines_19.json | 6 ++-- .../datapipeline.DescribePipelines_2.json | 6 ++-- .../datapipeline.DescribePipelines_20.json | 6 ++-- .../datapipeline.DescribePipelines_21.json | 6 ++-- .../datapipeline.DescribePipelines_22.json | 6 ++-- .../datapipeline.DescribePipelines_23.json | 6 ++-- .../datapipeline.DescribePipelines_24.json | 6 ++-- .../datapipeline.DescribePipelines_25.json | 6 ++-- .../datapipeline.DescribePipelines_26.json | 6 ++-- .../datapipeline.DescribePipelines_27.json | 6 ++-- .../datapipeline.DescribePipelines_28.json | 6 ++-- .../datapipeline.DescribePipelines_29.json | 6 ++-- .../datapipeline.DescribePipelines_3.json | 6 ++-- .../datapipeline.DescribePipelines_30.json | 6 ++-- .../datapipeline.DescribePipelines_31.json | 6 ++-- .../datapipeline.DescribePipelines_32.json | 6 ++-- .../datapipeline.DescribePipelines_33.json | 6 ++-- .../datapipeline.DescribePipelines_34.json | 6 ++-- .../datapipeline.DescribePipelines_35.json | 6 ++-- .../datapipeline.DescribePipelines_36.json | 6 ++-- .../datapipeline.DescribePipelines_4.json | 6 ++-- .../datapipeline.DescribePipelines_5.json | 6 ++-- .../datapipeline.DescribePipelines_6.json | 6 ++-- .../datapipeline.DescribePipelines_7.json | 6 ++-- .../datapipeline.DescribePipelines_8.json | 6 ++-- .../datapipeline.DescribePipelines_9.json | 6 ++-- .../datapipeline.DescribePipelines_1.json | 6 ++-- .../datapipeline.DescribePipelines_10.json | 6 ++-- .../datapipeline.DescribePipelines_11.json | 6 ++-- .../datapipeline.DescribePipelines_12.json | 6 ++-- .../datapipeline.DescribePipelines_13.json | 6 ++-- .../datapipeline.DescribePipelines_14.json | 6 ++-- .../datapipeline.DescribePipelines_15.json | 6 ++-- .../datapipeline.DescribePipelines_16.json | 6 ++-- .../datapipeline.DescribePipelines_17.json | 6 ++-- .../datapipeline.DescribePipelines_18.json | 6 ++-- .../datapipeline.DescribePipelines_19.json | 6 ++-- .../datapipeline.DescribePipelines_2.json | 6 ++-- .../datapipeline.DescribePipelines_20.json | 6 ++-- .../datapipeline.DescribePipelines_21.json | 6 ++-- .../datapipeline.DescribePipelines_22.json | 6 ++-- .../datapipeline.DescribePipelines_23.json | 6 ++-- .../datapipeline.DescribePipelines_24.json | 6 ++-- .../datapipeline.DescribePipelines_25.json | 6 ++-- .../datapipeline.DescribePipelines_26.json | 6 ++-- .../datapipeline.DescribePipelines_27.json | 6 ++-- .../datapipeline.DescribePipelines_28.json | 6 ++-- .../datapipeline.DescribePipelines_29.json | 6 ++-- .../datapipeline.DescribePipelines_3.json | 6 ++-- .../datapipeline.DescribePipelines_30.json | 6 ++-- .../datapipeline.DescribePipelines_31.json | 6 ++-- .../datapipeline.DescribePipelines_32.json | 6 ++-- .../datapipeline.DescribePipelines_33.json | 6 ++-- .../datapipeline.DescribePipelines_34.json | 6 ++-- .../datapipeline.DescribePipelines_35.json | 6 ++-- .../datapipeline.DescribePipelines_4.json | 6 ++-- .../datapipeline.DescribePipelines_5.json | 6 ++-- .../datapipeline.DescribePipelines_6.json | 6 ++-- .../datapipeline.DescribePipelines_7.json | 6 ++-- .../datapipeline.DescribePipelines_8.json | 6 ++-- .../datapipeline.DescribePipelines_9.json | 6 ++-- .../datapipeline.DescribePipelines_1.json | 6 ++-- .../datapipeline.DescribePipelines_1.json | 6 ++-- .../datapipeline.DescribePipelines_1.json | 6 ++-- .../datapipeline.DescribePipelines_2.json | 6 ++-- .../datapipeline.DescribePipelines_3.json | 6 ++-- .../datapipeline.DescribePipelines_4.json | 6 ++-- .../datapipeline.DescribePipelines_5.json | 6 ++-- .../datapipeline.DescribePipelines_1.json | 6 ++-- .../datapipeline.DescribePipelines_2.json | 6 ++-- .../datapipeline.DescribePipelines_3.json | 6 ++-- .../datapipeline.DescribePipelines_4.json | 6 ++-- .../datapipeline.DescribePipelines_1.json | 6 ++-- .../datapipeline.DescribePipelines_2.json | 6 ++-- .../datapipeline.DescribePipelines_3.json | 6 ++-- .../datapipeline.DescribePipelines_4.json | 6 ++-- .../datapipeline.DescribePipelines_5.json | 6 ++-- .../datapipeline.DescribePipelines_6.json | 6 ++-- .../datapipeline.DescribePipelines_1.json | 6 ++-- .../datapipeline.DescribePipelines_2.json | 6 ++-- .../datapipeline.DescribePipelines_3.json | 6 ++-- .../datapipeline.DescribePipelines_4.json | 6 ++-- .../datapipeline.DescribePipelines_1.json | 6 ++-- .../datapipeline.DescribePipelines_1.json | 6 ++-- .../datapipeline.DescribePipelines_2.json | 6 ++-- .../datapipeline.DescribePipelines_3.json | 6 ++-- .../datapipeline.DescribePipelines_4.json | 6 ++-- .../datapipeline.DescribePipelines_5.json | 6 ++-- .../datapipeline.DescribePipelines_6.json | 6 ++-- .../datapipeline.DescribePipelines_1.json | 6 ++-- .../datapipeline.DescribePipelines_1.json | 6 ++-- .../directconnect.DescribeConnections_1.json | 2 +- .../directconnect.DescribeConnections_1.json | 2 +- .../directconnect.DescribeConnections_1.json | 2 +- .../directconnect.DescribeConnections_1.json | 6 ++-- .../directconnect.DescribeConnections_1.json | 2 +- .../directconnect.CreateConnection_1.json | 2 +- .../directconnect.DeleteConnection_1.json | 2 +- .../directconnect.DeleteConnection_1.json | 2 +- .../directconnect.DeleteLag_1.json | 2 +- .../directconnect.DescribeLags_1.json | 4 +-- .../directconnect.DescribeLags_2.json | 4 +-- .../directconnect.DescribeLags_3.json | 4 +-- ...nnect.DisassociateConnectionFromLag_1.json | 2 +- .../directconnect.UpdateLag_1.json | 4 +-- .../directconnect.DescribeLags_1.json | 4 +-- .../directconnect.DescribeLags_2.json | 4 +-- .../directconnect.DescribeLags_3.json | 4 +-- .../directconnect.DescribeLags_1.json | 4 +-- .../directconnect.DescribeLags_1.json | 4 +-- .../directconnect.DescribeLags_1.json | 4 +-- .../directconnect.DescribeLags_1.json | 22 ++++++------ .../directconnect.DescribeLags_1.json | 4 +-- .../directconnect.DescribeLags_1.json | 4 +-- .../directconnect.DescribeLags_2.json | 4 +-- .../update_lag/directconnect.UpdateLag_1.json | 4 +-- ...nnect.CreatePrivateVirtualInterface_1.json | 2 +- ...ctconnect.DescribeVirtualInterfaces_2.json | 2 +- ...ctconnect.DescribeVirtualInterfaces_3.json | 2 +- ...onnect.CreatePublicVirtualInterface_1.json | 2 +- ...ctconnect.DescribeVirtualInterfaces_2.json | 2 +- ...ctconnect.DescribeVirtualInterfaces_3.json | 2 +- ...ctconnect.DescribeVirtualInterfaces_1.json | 2 +- ...ctconnect.DescribeVirtualInterfaces_1.json | 2 +- ...ctconnect.DescribeVirtualInterfaces_1.json | 2 +- ...ctconnect.DescribeVirtualInterfaces_1.json | 2 +- ...ctconnect.DescribeVirtualInterfaces_1.json | 4 +-- .../unit/plugins/modules/test_api_gateway.py | 2 +- .../test_directconnect_confirm_connection.py | 8 ++--- 183 files changed, 484 insertions(+), 477 deletions(-) diff --git a/plugins/modules/acm_certificate_info.py b/plugins/modules/acm_certificate_info.py index 70f641e61df..f546bf2c1be 100644 --- a/plugins/modules/acm_certificate_info.py +++ b/plugins/modules/acm_certificate_info.py @@ -70,7 +70,7 @@ # The output is still a list of certificates, just one item long. - name: obtain information about a certificate with a particular ARN community.aws.aws_acm_info: - certificate_arn: "arn:aws:acm:ap-southeast-2:123456789876:certificate/abcdeabc-abcd-1234-4321-abcdeabcde12" + certificate_arn: "arn:aws:acm:ap-southeast-2:123456789012:certificate/abcdeabc-abcd-1234-4321-abcdeabcde12" ''' diff --git a/plugins/modules/application_autoscaling_policy.py b/plugins/modules/application_autoscaling_policy.py index 6a636e8a7cd..51f27ed580c 100644 --- a/plugins/modules/application_autoscaling_policy.py +++ b/plugins/modules/application_autoscaling_policy.py @@ -216,7 +216,7 @@ description: The ARN of an IAM role that allows Application Auto Scaling to modify the scalable target on your behalf. Required if I(state) is C(present). returned: when state present type: str - sample: arn:aws:iam::123456789123:role/roleName + sample: arn:aws:iam::123456789012:role/roleName step_scaling_policy_configuration: description: The step scaling policy. returned: when state present and the policy type is StepScaling diff --git a/plugins/modules/autoscaling_launch_config.py b/plugins/modules/autoscaling_launch_config.py index d353afe3b9f..ea50eb7a57e 100644 --- a/plugins/modules/autoscaling_launch_config.py +++ b/plugins/modules/autoscaling_launch_config.py @@ -259,7 +259,7 @@ description: The Amazon Resource Name of the launch configuration. returned: when I(state=present) type: str - sample: arn:aws:autoscaling:us-east-1:148830907657:launchConfiguration:888d9b58-d93a-40c4-90cf-759197a2621a:launchConfigurationName/launch_config_name + sample: arn:aws:autoscaling:us-east-1:123456789012:launchConfiguration:888d9b58-d93a-40c4-90cf-759197a2621a:launchConfigurationName/launch_config_name changed: description: Whether the state of the launch configuration has changed. returned: always @@ -391,7 +391,7 @@ description: The Amazon Resource Name (ARN) of the launch configuration. returned: when I(state=present) type: str - sample: arn:aws:autoscaling:us-east-1:148830907657:launchConfiguration:888d9b58-d93a-40c4-90cf-759197a2621a:launchConfigurationName/launch_config_name + sample: arn:aws:autoscaling:us-east-1:123456789012:launchConfiguration:888d9b58-d93a-40c4-90cf-759197a2621a:launchConfigurationName/launch_config_name member: description: "" returned: when I(state=present) diff --git a/plugins/modules/autoscaling_launch_config_info.py b/plugins/modules/autoscaling_launch_config_info.py index 7a9cfae9ad1..1606201c999 100644 --- a/plugins/modules/autoscaling_launch_config_info.py +++ b/plugins/modules/autoscaling_launch_config_info.py @@ -126,7 +126,7 @@ description: Amazon Resource Name (ARN) of the launch configuration. type: str returned: always - sample: "arn:aws:autoscaling:us-east-1:666612345678:launchConfiguration:ba785e3a-dd42-6f02-4585-ea1a2b458b3d:launchConfigurationName/lc-app" + sample: "arn:aws:autoscaling:us-east-1:123456798012:launchConfiguration:ba785e3a-dd42-6f02-4585-ea1a2b458b3d:launchConfigurationName/lc-app" launch_configuration_name: description: Name of the launch configuration. type: str diff --git a/plugins/modules/codecommit_repository.py b/plugins/modules/codecommit_repository.py index 4eae0d90fb1..689a1c053d7 100644 --- a/plugins/modules/codecommit_repository.py +++ b/plugins/modules/codecommit_repository.py @@ -52,12 +52,12 @@ description: "The ID of the AWS account associated with the repository." returned: when state is present type: str - sample: "268342293637" + sample: "123456789012" arn: description: "The Amazon Resource Name (ARN) of the repository." returned: when state is present type: str - sample: "arn:aws:codecommit:ap-northeast-1:268342293637:username" + sample: "arn:aws:codecommit:ap-northeast-1:123456789012:username" clone_url_http: description: "The URL to use for cloning the repository over HTTPS." returned: when state is present diff --git a/plugins/modules/directconnect_link_aggregation_group.py b/plugins/modules/directconnect_link_aggregation_group.py index f340ef3fcfb..ab8a04a9d98 100644 --- a/plugins/modules/directconnect_link_aggregation_group.py +++ b/plugins/modules/directconnect_link_aggregation_group.py @@ -115,7 +115,7 @@ "connection_state": "down", "lag_id": "dxlag-fgnsp4rq", "location": "EqSe2", - "owner_account": "448830907657", + "owner_account": "123456789012", "region": "us-west-2" } ] diff --git a/plugins/modules/dms_endpoint.py b/plugins/modules/dms_endpoint.py index 6dcbcc8868c..bc2d6160af9 100644 --- a/plugins/modules/dms_endpoint.py +++ b/plugins/modules/dms_endpoint.py @@ -183,7 +183,7 @@ - The ARN that uniquely identifies the endpoint. type: str returned: success - example: "arn:aws:dms:us-east-1:012345678901:endpoint:1234556789ABCDEFGHIJKLMNOPQRSTUVWXYZ012" + example: "arn:aws:dms:us-east-1:123456789012:endpoint:1234556789ABCDEFGHIJKLMNOPQRSTUVWXYZ012" endpoint_identifier: description: - The database endpoint identifier. @@ -213,7 +213,7 @@ - An KMS key ID that is used to encrypt the connection parameters for the endpoint. type: str returned: success - example: "arn:aws:kms:us-east-1:012345678901:key/01234567-abcd-12ab-98fe-123456789abc" + example: "arn:aws:kms:us-east-1:123456789012:key/01234567-abcd-12ab-98fe-123456789abc" port: description: - The port used to access the endpoint. diff --git a/plugins/modules/ec2_transit_gateway_info.py b/plugins/modules/ec2_transit_gateway_info.py index 024aa5dcec9..8739815693b 100644 --- a/plugins/modules/ec2_transit_gateway_info.py +++ b/plugins/modules/ec2_transit_gateway_info.py @@ -136,7 +136,7 @@ description: The AWS account number ID which owns the transit gateway. returned: always type: str - sample: "1234567654323" + sample: "123456789012" state: description: The state of the transit gateway. returned: always @@ -153,7 +153,7 @@ description: The Amazon Resource Name (ARN) of the transit gateway. returned: always type: str - sample: "arn:aws:ec2:us-west-2:1234567654323:transit-gateway/tgw-02c42332e6b7da829" + sample: "arn:aws:ec2:us-west-2:123456789012:transit-gateway/tgw-02c42332e6b7da829" transit_gateway_id: description: The ID of the transit gateway. returned: always diff --git a/plugins/modules/ec2_transit_gateway_vpc_attachment.py b/plugins/modules/ec2_transit_gateway_vpc_attachment.py index 7f2fc2988ba..20178ed5f19 100644 --- a/plugins/modules/ec2_transit_gateway_vpc_attachment.py +++ b/plugins/modules/ec2_transit_gateway_vpc_attachment.py @@ -214,7 +214,7 @@ - The ID of the account that the VPC belongs to. type: str returned: success - example: '012345678901' + example: '123456789012' ''' diff --git a/plugins/modules/ec2_transit_gateway_vpc_attachment_info.py b/plugins/modules/ec2_transit_gateway_vpc_attachment_info.py index a0a07ce87d7..9e51ad19bda 100644 --- a/plugins/modules/ec2_transit_gateway_vpc_attachment_info.py +++ b/plugins/modules/ec2_transit_gateway_vpc_attachment_info.py @@ -142,7 +142,7 @@ - The ID of the account that the VPC belongs to. type: str returned: success - example: '012345678901' + example: '123456789012' ''' diff --git a/plugins/modules/ec2_vpc_peer.py b/plugins/modules/ec2_vpc_peer.py index 2034f234340..4abf9e990e9 100644 --- a/plugins/modules/ec2_vpc_peer.py +++ b/plugins/modules/ec2_vpc_peer.py @@ -109,7 +109,7 @@ region: ap-southeast-2 vpc_id: vpc-12345678 peer_vpc_id: vpc-12345678 - peer_owner_id: 123456789102 + peer_owner_id: 123456789012 state: present tags: Name: Peering connection for VPC 21 to VPC 22 @@ -171,7 +171,7 @@ region: ap-southeast-2 vpc_id: vpc-12345678 peer_vpc_id: vpc-12345678 - peer_owner_id: 123456789102 + peer_owner_id: 123456789012 state: present tags: Name: Peering connection for VPC 21 to VPC 22 @@ -196,7 +196,7 @@ region: ap-southeast-2 vpc_id: vpc-12345678 peer_vpc_id: vpc-12345678 - peer_owner_id: 123456789102 + peer_owner_id: 123456789012 state: present tags: Name: Peering connection for VPC 21 to VPC 22 @@ -247,7 +247,7 @@ description: The AWS account that owns the VPC. returned: success type: str - example: 012345678901 + example: 123456789012 peering_options: description: Additional peering configuration. returned: when connection is in the accepted state. @@ -299,7 +299,7 @@ description: The AWS account that owns the VPC. returned: success type: str - example: 012345678901 + example: 123456789012 peering_options: description: Additional peering configuration. returned: when connection is not in the deleted state. @@ -341,7 +341,7 @@ description: Additional information about the status of the connection. returned: success type: str - example: Pending Acceptance by 012345678901 + example: Pending Acceptance by 123456789012 tags: description: Tags applied to the connection. returned: success diff --git a/plugins/modules/ec2_vpc_peering_info.py b/plugins/modules/ec2_vpc_peering_info.py index e7d8264c8d5..cdb8f8ca8b0 100644 --- a/plugins/modules/ec2_vpc_peering_info.py +++ b/plugins/modules/ec2_vpc_peering_info.py @@ -88,7 +88,7 @@ description: The AWS account that owns the VPC. returned: success type: str - example: 012345678901 + example: 123456789012 peering_options: description: Additional peering configuration. returned: when connection is in the accepted state. @@ -140,7 +140,7 @@ description: The AWS account that owns the VPC. returned: success type: str - example: 012345678901 + example: 123456789012 peering_options: description: Additional peering configuration. returned: when connection is not in the deleted state. @@ -182,7 +182,7 @@ description: Additional information about the status of the connection. returned: success type: str - example: Pending Acceptance by 012345678901 + example: Pending Acceptance by 123456789012 tags: description: Tags applied to the connection. returned: success diff --git a/plugins/modules/ec2_vpc_vpn_info.py b/plugins/modules/ec2_vpc_vpn_info.py index 57ebb17e852..b1d2bbee43e 100644 --- a/plugins/modules/ec2_vpc_vpn_info.py +++ b/plugins/modules/ec2_vpc_vpn_info.py @@ -144,7 +144,7 @@ description: The Amazon Resource Name of the virtual private gateway tunnel endpoint certificate. returned: when a private certificate is used for authentication type: str - sample: "arn:aws:acm:us-east-1:123456789101:certificate/c544d8ce-20b8-4fff-98b0-example" + sample: "arn:aws:acm:us-east-1:123456789012:certificate/c544d8ce-20b8-4fff-98b0-example" vpn_connection_id: description: The ID of the VPN connection. returned: always diff --git a/plugins/modules/ecs_cluster.py b/plugins/modules/ecs_cluster.py index 3074e8914f2..c186c0da5c5 100644 --- a/plugins/modules/ecs_cluster.py +++ b/plugins/modules/ecs_cluster.py @@ -78,12 +78,12 @@ description: the ARN of the cluster just created type: str returned: 0 if a new cluster - sample: arn:aws:ecs:us-west-2:172139249013:cluster/test-cluster-mfshcdok + sample: arn:aws:ecs:us-west-2:123456789012:cluster/test-cluster clusterName: description: name of the cluster just created (should match the input argument) type: str returned: always - sample: test-cluster-mfshcdok + sample: test-cluster pendingTasksCount: description: how many tasks are waiting to run in this cluster returned: 0 if a new cluster diff --git a/plugins/modules/ecs_ecr.py b/plugins/modules/ecs_ecr.py index a7194659974..d2947753f38 100644 --- a/plugins/modules/ecs_ecr.py +++ b/plugins/modules/ecs_ecr.py @@ -107,7 +107,7 @@ - name: Cross account ecr-repo community.aws.ecs_ecr: - registry_id: 999999999999 + registry_id: 123456789012 name: cross/account - name: set-policy as object @@ -186,10 +186,10 @@ returned: I(state=present) sample: createdAt: '2017-01-17T08:41:32-06:00' - registryId: '999999999999' - repositoryArn: arn:aws:ecr:us-east-1:999999999999:repository/ecr-test-1484664090 + registryId: '123456789012' + repositoryArn: arn:aws:ecr:us-east-1:123456789012:repository/ecr-test-1484664090 repositoryName: ecr-test-1484664090 - repositoryUri: 999999999999.dkr.ecr.us-east-1.amazonaws.com/ecr-test-1484664090 + repositoryUri: 123456789012.dkr.ecr.us-east-1.amazonaws.com/ecr-test-1484664090 ''' import json diff --git a/plugins/modules/ecs_service.py b/plugins/modules/ecs_service.py index f355fa32bed..e04f296060d 100644 --- a/plugins/modules/ecs_service.py +++ b/plugins/modules/ecs_service.py @@ -411,9 +411,10 @@ returned: always type: int serviceArn: - description: The Amazon Resource Name (ARN) that identifies the service. The ARN contains the arn:aws:ecs namespace, followed by the region - of the service, the AWS account ID of the service owner, the service namespace, and then the service name. For example, - arn:aws:ecs:region :012345678910 :service/my-service . + description: + - The Amazon Resource Name (ARN) that identifies the service. The ARN contains the C(arn:aws:ecs) namespace, followed by + the region of the service, the AWS account ID of the service owner, the service namespace, and then the service name. + sample: 'arn:aws:ecs:us-east-1:123456789012:service/my-service' returned: always type: str serviceName: @@ -547,9 +548,10 @@ returned: always type: int serviceArn: - description: The Amazon Resource Name (ARN) that identifies the service. The ARN contains the arn:aws:ecs namespace, followed by the region - of the service, the AWS account ID of the service owner, the service namespace, and then the service name. For example, - arn:aws:ecs:region :012345678910 :service/my-service . + description: + - The Amazon Resource Name (ARN) that identifies the service. The ARN contains the arn:aws:ecs namespace, followed by the region + of the service, the AWS account ID of the service owner, the service namespace, and then the service name. + sample: 'arn:aws:ecs:us-east-1:123456789012:service/my-service' returned: always type: str serviceName: diff --git a/plugins/modules/ecs_service_info.py b/plugins/modules/ecs_service_info.py index b04f94241f5..49c2676c7e1 100644 --- a/plugins/modules/ecs_service_info.py +++ b/plugins/modules/ecs_service_info.py @@ -103,7 +103,10 @@ returned: always type: int serviceArn: - description: The Amazon Resource Name (ARN) that identifies the service. The ARN contains the arn:aws:ecs namespace, followed by the region of the service, the AWS account ID of the service owner, the service namespace, and then the service name. For example, arn:aws:ecs:region :012345678910 :service/my-service . + description: + - The Amazon Resource Name (ARN) that identifies the service. The ARN contains the arn:aws:ecs namespace, followed by the region of the + service, the AWS account ID of the service owner, the service namespace, and then the service name. + sample: 'arn:aws:ecs:us-east-1:123456789012:service/my-service' returned: always type: str serviceName: diff --git a/plugins/modules/ecs_task.py b/plugins/modules/ecs_task.py index 9da2dcbf45e..bdc5cc98718 100644 --- a/plugins/modules/ecs_task.py +++ b/plugins/modules/ecs_task.py @@ -122,14 +122,14 @@ operation: start cluster: console-sample-app-static-cluster task_definition: console-sample-app-static-taskdef - task: "arn:aws:ecs:us-west-2:172139249013:task/3f8353d1-29a8-4689-bbf6-ad79937ffe8a" + task: "arn:aws:ecs:us-west-2:123456789012:task/3f8353d1-29a8-4689-bbf6-ad79937ffe8a" tags: resourceName: a_task_for_ansible_to_run type: long_running_task network: internal version: 1.4 container_instances: - - arn:aws:ecs:us-west-2:172139249013:container-instance/79c23f22-876c-438a-bddf-55c98a3538a8 + - arn:aws:ecs:us-west-2:123456789012:container-instance/79c23f22-876c-438a-bddf-55c98a3538a8 started_by: ansible_user network_configuration: subnets: @@ -144,7 +144,7 @@ operation: run cluster: console-sample-app-static-cluster task_definition: console-sample-app-static-taskdef - task: "arn:aws:ecs:us-west-2:172139249013:task/3f8353d1-29a8-4689-bbf6-ad79937ffe8a" + task: "arn:aws:ecs:us-west-2:123456789012:task/3f8353d1-29a8-4689-bbf6-ad79937ffe8a" started_by: ansible_user launch_type: FARGATE network_configuration: @@ -161,7 +161,7 @@ count: 2 cluster: console-sample-app-static-cluster task_definition: console-sample-app-static-taskdef - task: "arn:aws:ecs:us-west-2:172139249013:task/3f8353d1-29a8-4689-bbf6-ad79937ffe8a" + task: "arn:aws:ecs:us-west-2:123456789012:task/3f8353d1-29a8-4689-bbf6-ad79937ffe8a" started_by: ansible_user launch_type: FARGATE network_configuration: @@ -175,7 +175,7 @@ operation: stop cluster: console-sample-app-static-cluster task_definition: console-sample-app-static-taskdef - task: "arn:aws:ecs:us-west-2:172139249013:task/3f8353d1-29a8-4689-bbf6-ad79937ffe8a" + task: "arn:aws:ecs:us-west-2:123456789012:task/3f8353d1-29a8-4689-bbf6-ad79937ffe8a" ''' RETURN = r''' task: diff --git a/plugins/modules/efs.py b/plugins/modules/efs.py index a78f832d971..68ebe46d395 100644 --- a/plugins/modules/efs.py +++ b/plugins/modules/efs.py @@ -196,7 +196,7 @@ "life_cycle_state": "available", "mount_target_id": "fsmt-d8907871", "network_interface_id": "eni-6e387e26", - "owner_id": "740748460359", + "owner_id": "123456789012", "security_groups": [ "sg-a30b22c6" ], diff --git a/plugins/modules/efs_info.py b/plugins/modules/efs_info.py index 8f616d15dda..a44f402ac64 100644 --- a/plugins/modules/efs_info.py +++ b/plugins/modules/efs_info.py @@ -108,7 +108,7 @@ "life_cycle_state": "available", "mount_target_id": "fsmt-d8907871", "network_interface_id": "eni-6e387e26", - "owner_id": "740748460359", + "owner_id": "123456789012", "security_groups": [ "sg-a30b22c6" ], diff --git a/plugins/modules/eks_cluster.py b/plugins/modules/eks_cluster.py index abdaee4ff95..f71e1514a87 100644 --- a/plugins/modules/eks_cluster.py +++ b/plugins/modules/eks_cluster.py @@ -89,7 +89,7 @@ description: ARN of the EKS cluster returned: when state is present type: str - sample: arn:aws:eks:us-west-2:111111111111:cluster/my-eks-cluster + sample: arn:aws:eks:us-west-2:123456789012:cluster/my-eks-cluster certificate_authority: description: Dictionary containing Certificate Authority Data for cluster returned: after creation @@ -143,7 +143,7 @@ description: ARN of the IAM role used by the cluster returned: when state is present type: str - sample: arn:aws:iam::111111111111:role/eks_cluster_role + sample: arn:aws:iam::123456789012:role/eks_cluster_role status: description: status of the EKS cluster returned: when state is present diff --git a/plugins/modules/elasticache_subnet_group.py b/plugins/modules/elasticache_subnet_group.py index eda678205d0..6816cc364d3 100644 --- a/plugins/modules/elasticache_subnet_group.py +++ b/plugins/modules/elasticache_subnet_group.py @@ -70,7 +70,7 @@ description: The Amazon Resource Name (ARN) of the cache subnet group. returned: when the subnet group exists type: str - sample: arn:aws:elasticache:us-east-1:012345678901:subnetgroup:norwegian-blue + sample: arn:aws:elasticache:us-east-1:123456789012:subnetgroup:norwegian-blue description: description: The description of the cache subnet group. returned: when the cache subnet group exists diff --git a/plugins/modules/elb_network_lb.py b/plugins/modules/elb_network_lb.py index 3b5277d071d..a65c42a2c4c 100644 --- a/plugins/modules/elb_network_lb.py +++ b/plugins/modules/elb_network_lb.py @@ -289,7 +289,7 @@ description: The Amazon Resource Name (ARN) of the load balancer. returned: when state is present type: str - sample: arn:aws:elasticloadbalancing:ap-southeast-2:0123456789:loadbalancer/app/my-elb/001122334455 + sample: arn:aws:elasticloadbalancing:ap-southeast-2:123456789012:loadbalancer/app/my-elb/001122334455 load_balancer_name: description: The name of the load balancer. returned: when state is present diff --git a/plugins/modules/elb_target_group.py b/plugins/modules/elb_target_group.py index cd750be188b..c11f622226f 100644 --- a/plugins/modules/elb_target_group.py +++ b/plugins/modules/elb_target_group.py @@ -403,7 +403,7 @@ description: The Amazon Resource Name (ARN) of the target group. returned: when state present type: str - sample: "arn:aws:elasticloadbalancing:ap-southeast-2:01234567890:targetgroup/mytargetgroup/aabbccddee0044332211" + sample: "arn:aws:elasticloadbalancing:ap-southeast-2:123456789012:targetgroup/mytargetgroup/aabbccddee0044332211" target_group_name: description: The name of the target group. returned: when state present diff --git a/plugins/modules/elb_target_group_info.py b/plugins/modules/elb_target_group_info.py index 5fd8a9b6c39..bb27bc30ec4 100644 --- a/plugins/modules/elb_target_group_info.py +++ b/plugins/modules/elb_target_group_info.py @@ -53,7 +53,7 @@ - name: Gather information about the target group attached to a particular ELB community.aws.elb_target_group_info: - load_balancer_arn: "arn:aws:elasticloadbalancing:ap-southeast-2:001122334455:loadbalancer/app/my-elb/aabbccddeeff" + load_balancer_arn: "arn:aws:elasticloadbalancing:ap-southeast-2:123456789012:loadbalancer/app/my-elb/aabbccddeeff" - name: Gather information about a target groups named 'tg1' and 'tg2' community.aws.elb_target_group_info: @@ -152,7 +152,7 @@ description: The Amazon Resource Name (ARN) of the target group. returned: always type: str - sample: "arn:aws:elasticloadbalancing:ap-southeast-2:01234567890:targetgroup/mytargetgroup/aabbccddee0044332211" + sample: "arn:aws:elasticloadbalancing:ap-southeast-2:123456789012:targetgroup/mytargetgroup/aabbccddee0044332211" targets_health_description: description: Targets health description. returned: when collect_targets_health is enabled diff --git a/plugins/modules/elb_target_info.py b/plugins/modules/elb_target_info.py index dc71adbc72f..ad2f0702879 100644 --- a/plugins/modules/elb_target_info.py +++ b/plugins/modules/elb_target_info.py @@ -137,7 +137,7 @@ type: str returned: always sample: - - "arn:aws:elasticloadbalancing:eu-west-1:111111111111:targetgroup/target-group/deadbeefdeadbeef" + - "arn:aws:elasticloadbalancing:eu-west-1:123456789012:targetgroup/target-group/deadbeefdeadbeef" target_group_type: description: Which target type is used for this group returned: always diff --git a/plugins/modules/iam_group.py b/plugins/modules/iam_group.py index 5f85c4bfc8c..759be42a74d 100644 --- a/plugins/modules/iam_group.py +++ b/plugins/modules/iam_group.py @@ -140,7 +140,7 @@ group_id: description: the stable and unique string identifying the group type: str - sample: AGPAIDBWE12NSFINE55TM + sample: AGPA12345EXAMPLE54321 group_name: description: the friendly name that identifies the group type: str @@ -165,7 +165,7 @@ user_id: description: the stable and unique string identifying the user type: str - sample: AIDAIZTPY123YQRS22YU2 + sample: AIDA12345EXAMPLE54321 user_name: description: the friendly name that identifies the user type: str diff --git a/plugins/modules/iam_managed_policy.py b/plugins/modules/iam_managed_policy.py index 3e30c4a667c..4b3dbfebda4 100644 --- a/plugins/modules/iam_managed_policy.py +++ b/plugins/modules/iam_managed_policy.py @@ -116,7 +116,7 @@ "default_version_id": "v1", "is_attachable": true, "path": "/", - "policy_id": "ANPALM4KLDMTFXGOOJIHL", + "policy_id": "ANPA1245EXAMPLE54321", "policy_name": "AdministratorAccess", "update_date": "2017-03-01T15:42:55.981000+00:00" }' diff --git a/plugins/modules/iam_mfa_device_info.py b/plugins/modules/iam_mfa_device_info.py index 4cd27875273..a2801ca9482 100644 --- a/plugins/modules/iam_mfa_device_info.py +++ b/plugins/modules/iam_mfa_device_info.py @@ -31,11 +31,11 @@ type: list sample: - enable_date: "2016-03-11T23:25:36+00:00" - serial_number: arn:aws:iam::085120003701:mfa/pwnall - user_name: pwnall + serial_number: arn:aws:iam::123456789012:mfa/example + user_name: example - enable_date: "2016-03-11T23:25:37+00:00" - serial_number: arn:aws:iam::085120003702:mfa/pwnall - user_name: pwnall + serial_number: arn:aws:iam::123456789012:mfa/example + user_name: example """ EXAMPLES = r''' diff --git a/plugins/modules/iam_server_certificate_info.py b/plugins/modules/iam_server_certificate_info.py index 1356a5ec15e..cbe2ab5459c 100644 --- a/plugins/modules/iam_server_certificate_info.py +++ b/plugins/modules/iam_server_certificate_info.py @@ -58,7 +58,7 @@ description: The Amazon resource name of the server certificate returned: success type: str - sample: "arn:aws:iam::911277865346:server-certificate/server-cert-name" + sample: "arn:aws:iam::123456789012:server-certificate/server-cert-name" path: description: The path of the server certificate returned: success @@ -106,7 +106,7 @@ def get_server_certs(iam, name=None): "server_certificate_name": "server-cert-name", "expiration": "2017-06-15T12:00:00+00:00", "path": "/", - "arn": "arn:aws:iam::911277865346:server-certificate/server-cert-name" + "arn": "arn:aws:iam::123456789012:server-certificate/server-cert-name" } """ results = dict() diff --git a/plugins/modules/lightsail.py b/plugins/modules/lightsail.py index 75796774580..40e058219ce 100644 --- a/plugins/modules/lightsail.py +++ b/plugins/modules/lightsail.py @@ -107,7 +107,7 @@ returned: always type: dict sample: - arn: "arn:aws:lightsail:us-east-1:448830907657:Instance/1fef0175-d6c8-480e-84fa-214f969cda87" + arn: "arn:aws:lightsail:us-east-1:123456789012:Instance/1fef0175-d6c8-480e-84fa-214f969cda87" blueprint_id: "ubuntu_16_04" blueprint_name: "Ubuntu" bundle_id: "nano_1_0" @@ -145,7 +145,7 @@ state: code: 16 name: running - support_code: "588307843083/i-0997c97831ee21e33" + support_code: "123456789012/i-0997c97831ee21e33" username: "ubuntu" ''' diff --git a/plugins/modules/lightsail_static_ip.py b/plugins/modules/lightsail_static_ip.py index 7f5d5377c0a..4f3463652b4 100644 --- a/plugins/modules/lightsail_static_ip.py +++ b/plugins/modules/lightsail_static_ip.py @@ -53,7 +53,7 @@ returned: always type: dict sample: - arn: "arn:aws:lightsail:ap-southeast-2:184297340509:StaticIp/d8f47672-c261-4443-a484-4a2ec983db9a" + arn: "arn:aws:lightsail:ap-southeast-2:123456789012:StaticIp/d8f47672-c261-4443-a484-4a2ec983db9a" created_at: "2021-02-28T00:04:05.202000+10:30" ip_address: "192.0.2.5" is_attached: false @@ -62,7 +62,7 @@ region_name: ap-southeast-2 name: "static_ip" resource_type: StaticIp - support_code: "677585553206/192.0.2.5" + support_code: "123456789012/192.0.2.5" ''' try: diff --git a/plugins/modules/msk_cluster.py b/plugins/modules/msk_cluster.py index 8a1774b25ef..1dccf4558f3 100644 --- a/plugins/modules/msk_cluster.py +++ b/plugins/modules/msk_cluster.py @@ -225,7 +225,7 @@ - subnet-d9fbeaf46c54bfab6 wait: true wait_timeout: 1800 - configuration_arn: arn:aws:kafka:us-east-1:000000000001:configuration/kafka-cluster-configuration/aaaaaaaa-bbbb-4444-3333-ccccccccc-1 + configuration_arn: arn:aws:kafka:us-east-1:123456789012:configuration/kafka-cluster-configuration/aaaaaaaa-bbbb-4444-3333-ccccccccc-1 configuration_revision: 1 - community.aws.msk_cluster: diff --git a/plugins/modules/s3_bucket_notification.py b/plugins/modules/s3_bucket_notification.py index ee876405b20..21b598d3bd9 100644 --- a/plugins/modules/s3_bucket_notification.py +++ b/plugins/modules/s3_bucket_notification.py @@ -112,7 +112,7 @@ state: present event_name: on_file_add_or_remove bucket_name: test-bucket - lambda_function_arn: arn:aws:lambda:us-east-2:526810320200:function:test-lambda + lambda_function_arn: arn:aws:lambda:us-east-2:123456789012:function:test-lambda events: ["s3:ObjectCreated:*", "s3:ObjectRemoved:*"] prefix: images/ suffix: .jpg @@ -122,7 +122,7 @@ state: present event_name: on_file_add_or_remove bucket_name: test-bucket - queue_arn: arn:aws:sqs:us-east-2:526810320200:test-queue + queue_arn: arn:aws:sqs:us-east-2:123456789012:test-queue events: ["s3:ObjectCreated:*", "s3:ObjectRemoved:*"] prefix: images/ suffix: .jpg diff --git a/plugins/modules/sns_topic.py b/plugins/modules/sns_topic.py index 59ace8b051d..e569397e88c 100644 --- a/plugins/modules/sns_topic.py +++ b/plugins/modules/sns_topic.py @@ -210,7 +210,7 @@ description: The ARN of the topic you are modifying type: str returned: always - sample: "arn:aws:sns:us-east-2:111111111111:my_topic_name" + sample: "arn:aws:sns:us-east-2:123456789012:my_topic_name" sns_topic: description: Dict of sns topic details type: complex @@ -247,14 +247,14 @@ description: AWS account that owns the topic returned: when topic is owned by this AWS account type: str - sample: '111111111111' + sample: '123456789012' policy: description: Policy for the SNS topic returned: when topic is owned by this AWS account type: str sample: > - {"Version":"2012-10-17","Id":"SomePolicyId","Statement":[{"Sid":"ANewSid","Effect":"Allow","Principal":{"AWS":"arn:aws:iam::111111111111:root"}, - "Action":"sns:Subscribe","Resource":"arn:aws:sns:us-east-2:111111111111:ansible-test-dummy-topic","Condition":{"StringEquals":{"sns:Protocol":"email"}}}]} + {"Version":"2012-10-17","Id":"SomePolicyId","Statement":[{"Sid":"ANewSid","Effect":"Allow","Principal":{"AWS":"arn:aws:iam::123456789012:root"}, + "Action":"sns:Subscribe","Resource":"arn:aws:sns:us-east-2:123456789012:ansible-test-dummy-topic","Condition":{"StringEquals":{"sns:Protocol":"email"}}}]} state: description: whether the topic is present or absent returned: always @@ -304,7 +304,7 @@ description: ARN of the SNS topic (equivalent to sns_arn) returned: when topic is owned by this AWS account type: str - sample: arn:aws:sns:us-east-2:111111111111:ansible-test-dummy-topic + sample: arn:aws:sns:us-east-2:123456789012:ansible-test-dummy-topic topic_created: description: Whether the topic was created returned: always diff --git a/plugins/modules/sns_topic_info.py b/plugins/modules/sns_topic_info.py index 380d712820b..8d5a3d01532 100644 --- a/plugins/modules/sns_topic_info.py +++ b/plugins/modules/sns_topic_info.py @@ -47,7 +47,7 @@ description: The ARN of the topic. type: str returned: always - sample: "arn:aws:sns:us-east-2:111111111111:my_topic_name" + sample: "arn:aws:sns:us-east-2:123456789012:my_topic_name" sns_topic: description: Dict of sns topic details. type: complex @@ -69,14 +69,14 @@ description: AWS account that owns the topic. returned: when topic is owned by this AWS account type: str - sample: '111111111111' + sample: '123456789012' policy: description: Policy for the SNS topic. returned: when topic is owned by this AWS account type: str sample: > - {"Version":"2012-10-17","Id":"SomePolicyId","Statement":[{"Sid":"ANewSid","Effect":"Allow","Principal":{"AWS":"arn:aws:iam::111111111111:root"}, - "Action":"sns:Subscribe","Resource":"arn:aws:sns:us-east-2:111111111111:ansible-test-dummy-topic","Condition":{"StringEquals":{"sns:Protocol":"email"}}}]} + {"Version":"2012-10-17","Id":"SomePolicyId","Statement":[{"Sid":"ANewSid","Effect":"Allow","Principal":{"AWS":"arn:aws:iam::123456789012:root"}, + "Action":"sns:Subscribe","Resource":"arn:aws:sns:us-east-2:123456789012:ansible-test-dummy-topic","Condition":{"StringEquals":{"sns:Protocol":"email"}}}]} subscriptions: description: List of subscribers to the topic in this AWS account. returned: always @@ -121,7 +121,7 @@ description: ARN of the SNS topic (equivalent to sns_arn). returned: when topic is owned by this AWS account type: str - sample: arn:aws:sns:us-east-2:111111111111:ansible-test-dummy-topic + sample: arn:aws:sns:us-east-2:123456789012:ansible-test-dummy-topic topic_type: description: The type of topic. type: str diff --git a/plugins/modules/sqs_queue.py b/plugins/modules/sqs_queue.py index d4b159bbab9..3e8931265ab 100644 --- a/plugins/modules/sqs_queue.py +++ b/plugins/modules/sqs_queue.py @@ -138,7 +138,7 @@ description: The queue's Amazon resource name (ARN). type: str returned: on success - sample: 'arn:aws:sqs:us-east-1:199999999999:queuename-987d2de0' + sample: 'arn:aws:sqs:us-east-1:123456789012:queuename-987d2de0' queue_url: description: URL to access the queue type: str diff --git a/plugins/modules/stepfunctions_state_machine.py b/plugins/modules/stepfunctions_state_machine.py index 227ec6f86c3..80e617b3e1c 100644 --- a/plugins/modules/stepfunctions_state_machine.py +++ b/plugins/modules/stepfunctions_state_machine.py @@ -58,7 +58,7 @@ community.aws.stepfunctions_state_machine: name: "HelloWorldStateMachine" definition: "{{ lookup('file','state_machine.json') }}" - role_arn: arn:aws:iam::987654321012:role/service-role/invokeLambdaStepFunctionsRole + role_arn: arn:aws:iam::123456789012:role/service-role/invokeLambdaStepFunctionsRole tags: project: helloWorld @@ -67,7 +67,7 @@ community.aws.stepfunctions_state_machine: name: HelloWorldStateMachine definition: "{{ lookup('file','state_machine.json') }}" - role_arn: arn:aws:iam::987654321012:role/service-role/anotherStepFunctionsRole + role_arn: arn:aws:iam::123456789012:role/service-role/anotherStepFunctionsRole tags: otherTag: aDifferentTag diff --git a/plugins/modules/stepfunctions_state_machine_execution.py b/plugins/modules/stepfunctions_state_machine_execution.py index 23c47af1d27..fbd2c7b164e 100644 --- a/plugins/modules/stepfunctions_state_machine_execution.py +++ b/plugins/modules/stepfunctions_state_machine_execution.py @@ -60,12 +60,12 @@ community.aws.stepfunctions_state_machine_execution: name: an_execution_name execution_input: '{ "IsHelloWorldExample": true }' - state_machine_arn: "arn:aws:states:us-west-2:682285639423:stateMachine:HelloWorldStateMachine" + state_machine_arn: "arn:aws:states:us-west-2:123456789012:stateMachine:HelloWorldStateMachine" - name: Stop an execution of a state machine community.aws.stepfunctions_state_machine_execution: action: stop - execution_arn: "arn:aws:states:us-west-2:682285639423:execution:HelloWorldStateMachineCopy:a1e8e2b5-5dfe-d40e-d9e3-6201061047c8" + execution_arn: "arn:aws:states:us-west-2:123456789012:execution:HelloWorldStateMachineCopy:a1e8e2b5-5dfe-d40e-d9e3-6201061047c8" cause: "cause of task failure" error: "error code of the failure" ''' @@ -75,7 +75,7 @@ description: ARN of the AWS Step Functions state machine execution. type: str returned: if action == start and changed == True - sample: "arn:aws:states:us-west-2:682285639423:execution:HelloWorldStateMachineCopy:a1e8e2b5-5dfe-d40e-d9e3-6201061047c8" + sample: "arn:aws:states:us-west-2:123456789012:execution:HelloWorldStateMachineCopy:a1e8e2b5-5dfe-d40e-d9e3-6201061047c8" start_date: description: The date the execution is started. type: str diff --git a/plugins/modules/storagegateway_info.py b/plugins/modules/storagegateway_info.py index 9209dc401b4..87825711e1f 100644 --- a/plugins/modules/storagegateway_info.py +++ b/plugins/modules/storagegateway_info.py @@ -59,7 +59,7 @@ description: "Storage Gateway ARN" returned: always type: str - sample: "arn:aws:storagegateway:eu-west-1:367709993819:gateway/sgw-9999F888" + sample: "arn:aws:storagegateway:eu-west-1:123456789012:gateway/sgw-9999F888" gateway_id: description: "Storage Gateway ID" returned: always @@ -89,7 +89,7 @@ description: "File share ARN" returned: always type: str - sample: "arn:aws:storagegateway:eu-west-1:399805793479:share/share-AF999C88" + sample: "arn:aws:storagegateway:eu-west-1:123456789012:share/share-AF999C88" file_share_id: description: "File share ID" returned: always @@ -109,7 +109,7 @@ description: "Tape ARN" returned: always type: str - sample: "arn:aws:storagegateway:eu-west-1:399805793479:tape/tape-AF999C88" + sample: "arn:aws:storagegateway:eu-west-1:123456789012:tape/tape-AF999C88" tape_barcode: description: "Tape ARN" returned: always diff --git a/plugins/modules/wafv2_web_acl.py b/plugins/modules/wafv2_web_acl.py index df4a01b5034..518234bbf5d 100644 --- a/plugins/modules/wafv2_web_acl.py +++ b/plugins/modules/wafv2_web_acl.py @@ -221,7 +221,7 @@ allow: {} statement: ip_set_reference_statement: - arn: 'arn:aws:wafv2:us-east-1:520789123123:regional/ipset/own-public-ips/1c4bdfc4-0f77-3b23-5222-123123123' + arn: 'arn:aws:wafv2:us-east-1:123456789012:regional/ipset/own-public-ips/1c4bdfc4-0f77-3b23-5222-123123123' visibility_config: sampled_requests_enabled: true cloud_watch_metrics_enabled: true @@ -254,7 +254,7 @@ RETURN = """ arn: description: web acl arn - sample: arn:aws:wafv2:eu-central-1:11111111:regional/webacl/test05/318c1ab9-fa74-4b3b-a974-f92e25106f61 + sample: arn:aws:wafv2:eu-central-1:123456789012:regional/webacl/test05/318c1ab9-fa74-4b3b-a974-f92e25106f61 type: str returned: Always, as long as the web acl exists description: diff --git a/tests/integration/targets/iam_server_certificate/tasks/main.yml b/tests/integration/targets/iam_server_certificate/tasks/main.yml index dff1b9cb832..0cfab38c8c8 100644 --- a/tests/integration/targets/iam_server_certificate/tasks/main.yml +++ b/tests/integration/targets/iam_server_certificate/tasks/main.yml @@ -245,7 +245,7 @@ cert: '{{ cert_a_data }}' key: '{{ lookup("file", path_cert_key) }}' cert_chain: '{{ chain_cert_data }}' - path: '/example/' + path: '/ansible-test-example/' register: create_cert check_mode: true @@ -262,7 +262,7 @@ cert: '{{ cert_a_data }}' key: '{{ lookup("file", path_cert_key) }}' cert_chain: '{{ chain_cert_data }}' - path: '/example/' + path: '/ansible-test-example/' register: create_cert - name: check result - Create Certificate with Chain and path @@ -279,7 +279,7 @@ - create_cert.arn.startswith('arn:aws') - create_cert.arn.endswith(cert_name) - create_cert.name == cert_name - - create_cert.cert_path == '/example/' + - create_cert.cert_path == '/ansible-test-example/' - create_cert.cert_body == cert_a_data - name: Create Certificate with Chain and path - idempotency - check_mode @@ -289,7 +289,7 @@ cert: '{{ cert_a_data }}' key: '{{ lookup("file", path_cert_key) }}' cert_chain: '{{ chain_cert_data }}' - path: '/example/' + path: '/ansible-test-example/' register: create_cert check_mode: true @@ -306,7 +306,7 @@ cert: '{{ cert_a_data }}' key: '{{ lookup("file", path_cert_key) }}' cert_chain: '{{ chain_cert_data }}' - path: '/example/' + path: '/ansible-test-example/' register: create_cert - name: check result - Create Certificate with Chain and path - idempotency @@ -323,7 +323,7 @@ - create_cert.arn.startswith('arn:aws') - create_cert.arn.endswith(cert_name) - create_cert.name == cert_name - - create_cert.cert_path == '/example/' + - create_cert.cert_path == '/ansible-test-example/' - create_cert.cert_body == cert_a_data ################################################ @@ -446,8 +446,8 @@ iam_server_certificate: name: '{{ cert_name }}' state: present - path: '/example/' - new_path: '/path/' + path: '/ansible-test-example/' + new_path: '/ansible-test-path/' register: update_path check_mode: true @@ -461,8 +461,8 @@ iam_server_certificate: name: '{{ cert_name }}' state: present - path: '/example/' - new_path: '/path/' + path: '/ansible-test-example/' + new_path: '/ansible-test-path/' register: update_path - name: check result - Update certificate path @@ -479,15 +479,15 @@ - update_path.arn.startswith('arn:aws') - update_path.arn.endswith(cert_name) - update_path.name == cert_name - - update_path.cert_path == '/path/' + - update_path.cert_path == '/ansible-test-path/' - update_path.cert_body == cert_a_data - name: Update certificate path - idempotency - check_mode iam_server_certificate: name: '{{ cert_name }}' state: present - path: '/example/' - new_path: '/path/' + path: '/ansible-test-example/' + new_path: '/ansible-test-path/' register: update_path check_mode: true @@ -501,8 +501,8 @@ iam_server_certificate: name: '{{ cert_name }}' state: present - path: '/example/' - new_path: '/path/' + path: '/ansible-test-example/' + new_path: '/ansible-test-path/' register: update_path - name: check result - Update certificate path - idempotency @@ -548,7 +548,7 @@ - update_name.arn.startswith('arn:aws') - update_name.arn.endswith('-renamed') - update_name.name.endswith('renamed') - - update_name.cert_path == '/path/' + - update_name.cert_path == '/ansible-test-path/' - update_name.cert_body == cert_a_data - name: Update certificate name - idempotency - check_mode @@ -586,7 +586,7 @@ - update_name.arn.startswith('arn:aws') - update_name.arn.endswith('-renamed') - update_name.name.endswith('renamed') - - update_name.cert_path == '/path/' + - update_name.cert_path == '/ansible-test-path/' - update_name.cert_body == cert_a_data always: diff --git a/tests/integration/targets/setup_ec2_facts/defaults/main.yml b/tests/integration/targets/setup_ec2_facts/defaults/main.yml index e02cb60128a..6fbe55e83f0 100644 --- a/tests/integration/targets/setup_ec2_facts/defaults/main.yml +++ b/tests/integration/targets/setup_ec2_facts/defaults/main.yml @@ -1,3 +1,4 @@ +# CentOS Community Platform Engineering (CPE) ec2_ami_owner_id: '125523088429' #ec2_ami_name: 'Fedora-Cloud-Base-*.x86_64*' ec2_ami_name: 'CentOS Stream 9 x86_64*' diff --git a/tests/integration/targets/sns_topic/defaults/main.yml b/tests/integration/targets/sns_topic/defaults/main.yml index 2a9b5b084fe..878a58e221e 100644 --- a/tests/integration/targets/sns_topic/defaults/main.yml +++ b/tests/integration/targets/sns_topic/defaults/main.yml @@ -7,6 +7,7 @@ sns_topic_subscriptions: - endpoint: "{{ sns_topic_subscriber_sqs_arn }}" protocol: sqs attributes: "{{ sns_sqs_subscription_attributes }}" +# Amazon owned sns_topic_third_party_topic_arn: "arn:aws:sns:us-east-1:806199016981:AmazonIpSpaceChanged" sns_topic_third_party_region: "{{ sns_topic_third_party_topic_arn.split(':')[3] }}" diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_1.json index 63717ea588e..cf86d8a7803 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_1.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_10.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_10.json index d4fa7c93a39..0b5864d6857 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_10.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_10.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_11.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_11.json index dc391e35cda..150f8bb9f0d 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_11.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_11.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_12.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_12.json index 475493c94d2..ed07574607e 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_12.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_12.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_13.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_13.json index 4bf47d64ad4..92e9e104175 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_13.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_13.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_14.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_14.json index 7b48febb090..88e296b4d6d 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_14.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_14.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_15.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_15.json index 0c0eb8c29f0..d2c0a6c4dc8 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_15.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_15.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_16.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_16.json index 5ccba8f7796..2d03f26b6fc 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_16.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_16.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_17.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_17.json index be45d910993..6ce92dd06a4 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_17.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_17.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_18.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_18.json index 6171a53c162..6dd2ecaff0c 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_18.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_18.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_19.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_19.json index 6bb36e61e24..07ac32abe04 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_19.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_19.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_2.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_2.json index a7b37943d86..e33b2a75de9 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_2.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_20.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_20.json index b281b83c24d..7f5c5690dbf 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_20.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_20.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_21.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_21.json index 0fa7e039205..c506708e185 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_21.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_21.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_22.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_22.json index e4cc111a27d..3c054ad639d 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_22.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_22.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_23.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_23.json index c8c28866258..68edbdf32d4 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_23.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_23.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_24.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_24.json index c176c52319b..e3c848f0b82 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_24.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_24.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_25.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_25.json index ee58417ac0d..0e978934a00 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_25.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_25.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_26.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_26.json index 08c8d7dce08..52f285c4fba 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_26.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_26.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_27.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_27.json index 167d756f28a..c924e04b9ba 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_27.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_27.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_28.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_28.json index 33b821dbb6a..c6dc79a2edc 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_28.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_28.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_29.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_29.json index a5b75c0fe09..9fc212bff20 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_29.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_29.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_3.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_3.json index 024c77bc0d1..a6f60960b79 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_3.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_3.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_30.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_30.json index 66b7db20986..51458da7dd0 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_30.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_30.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_31.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_31.json index 4a34e4f7706..2a4593dce55 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_31.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_31.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_32.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_32.json index b118228ce2f..34722b75beb 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_32.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_32.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_33.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_33.json index ac867d56368..74dd54aea51 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_33.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_33.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_34.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_34.json index 52189066f01..0f5ebd69700 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_34.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_34.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_35.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_35.json index ba46b9a9c7d..77ccecca1dd 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_35.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_35.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_36.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_36.json index 372cef7c6e2..b362bad2ed6 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_36.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_36.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_4.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_4.json index 32e58f0c894..cd1b5e06e76 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_4.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_4.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_5.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_5.json index 116adce1bc1..ff64bbbf6fd 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_5.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_5.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_6.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_6.json index 47f2779281f..f707cc1e209 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_6.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_6.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_7.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_7.json index 6dfbd436e5f..73c383cbb7f 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_7.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_7.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_8.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_8.json index 16f0f602b8e..4c460447be7 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_8.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_8.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_9.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_9.json index 1c3727b2a54..2f6e6652784 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_9.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_pipeline/datapipeline.DescribePipelines_9.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_1.json index d8807dcd055..280e888786a 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_1.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_10.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_10.json index 7a261f68727..687ec932b0e 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_10.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_10.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_11.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_11.json index d9d9673f8c6..6fc95d259d2 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_11.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_11.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_12.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_12.json index f860a119a77..2f2541804e0 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_12.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_12.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_13.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_13.json index ad068259a18..11b8e44696b 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_13.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_13.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_14.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_14.json index 4e801743a3b..8048f2caba3 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_14.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_14.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_15.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_15.json index 50c37c75532..093d665c2f1 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_15.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_15.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_16.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_16.json index bf50700a9d8..2e8b57f6e83 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_16.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_16.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_17.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_17.json index 5ea0b2f1cf8..ad4d839d230 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_17.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_17.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_18.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_18.json index a3a346d4bfc..6b0a4caefc9 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_18.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_18.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_19.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_19.json index 6969db9d071..6930a68c0e4 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_19.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_19.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_2.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_2.json index d955bd9b552..56d12419235 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_2.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_20.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_20.json index 26c98fbc3e2..6da59eb1110 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_20.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_20.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_21.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_21.json index 5826dd80c0b..a35362999fc 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_21.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_21.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_22.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_22.json index 7fb32f718e6..ee11a72a6c0 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_22.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_22.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_23.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_23.json index 1415967347a..bcc74920fbc 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_23.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_23.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_24.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_24.json index f9afda9bf87..8c03bdacbf4 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_24.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_24.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_25.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_25.json index cd7b8af2b25..33f33aeb2be 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_25.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_25.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_26.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_26.json index 59d320a665f..344ac6fda9b 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_26.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_26.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_27.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_27.json index 0ed0329bcb0..74593cd8f61 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_27.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_27.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_28.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_28.json index 5964c9068a0..6a0c9273cb8 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_28.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_28.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_29.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_29.json index 5b3efb65ec1..0fad51025ed 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_29.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_29.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_3.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_3.json index fa529208da7..7006b60f360 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_3.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_3.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_30.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_30.json index a9462628920..c1b827dab2d 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_30.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_30.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_31.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_31.json index 4bb2e2167b5..b123c576e0e 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_31.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_31.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_32.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_32.json index 020f71260a5..fbfc4a232d4 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_32.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_32.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_33.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_33.json index 3bf3fde68f1..3d06d6ebf3b 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_33.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_33.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_34.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_34.json index 286fb67b9a0..a5dc9ff878d 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_34.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_34.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_35.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_35.json index 2908a3f3500..b11ca2c7d5b 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_35.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_35.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_4.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_4.json index 7427bc9a126..ff0129331c3 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_4.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_4.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_5.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_5.json index 0f4ad7ab8c2..66855375266 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_5.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_5.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_6.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_6.json index 209eefb959c..90645b5531e 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_6.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_6.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_7.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_7.json index 4aae89cd736..b3b755fc553 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_7.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_7.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_8.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_8.json index b99a4ef9c6f..464745d8272 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_8.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_8.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_9.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_9.json index daf99bec682..bdd64ea6110 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_9.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/activate_without_population/datapipeline.DescribePipelines_9.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/check_dp_exists_true/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/check_dp_exists_true/datapipeline.DescribePipelines_1.json index 6d06e0d93e8..3ec57c35367 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/check_dp_exists_true/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/check_dp_exists_true/datapipeline.DescribePipelines_1.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/check_dp_status/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/check_dp_status/datapipeline.DescribePipelines_1.json index 23a454b445b..607e15f4342 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/check_dp_status/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/check_dp_status/datapipeline.DescribePipelines_1.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_1.json index 20feb7186d2..d5e317ba5be 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_1.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_2.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_2.json index 343e78e3997..6503b940715 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_2.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_3.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_3.json index c98007e22f6..7931c79ff31 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_3.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_3.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_4.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_4.json index 619eb3b0a4d..58c08d13ae4 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_4.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_4.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_5.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_5.json index ad10c0b785d..5b289e18a27 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_5.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline/datapipeline.DescribePipelines_5.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_1.json index 9674b9a98a5..683e9d87419 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_1.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_2.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_2.json index 16a6b016819..716f3144c8c 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_2.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_3.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_3.json index 88e2b83b6bc..7dd271c58e4 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_3.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_3.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_4.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_4.json index 73be9690baf..e10c58520b0 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_4.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_already_exists/datapipeline.DescribePipelines_4.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_1.json index 5078ca0081c..71adca0220f 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_1.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -37,7 +37,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -45,7 +45,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_2.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_2.json index d959f9229c8..85da03b60e2 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_2.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -37,7 +37,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -45,7 +45,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_3.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_3.json index f70515744d5..11f092d1137 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_3.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_3.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -37,7 +37,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -45,7 +45,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_4.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_4.json index dfb972d03b7..b468ced7a76 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_4.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_4.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -37,7 +37,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -45,7 +45,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_5.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_5.json index 08913669912..4bd0f5c0837 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_5.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_5.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -37,7 +37,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -45,7 +45,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_6.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_6.json index 5ee0110b82d..bfc29027d2a 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_6.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/create_pipeline_with_tags/datapipeline.DescribePipelines_6.json @@ -25,7 +25,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -41,7 +41,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -49,7 +49,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_1.json index 0f9e4f5aba3..eca260f3250 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_1.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_2.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_2.json index f083c7f202b..eb017c8a957 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_2.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_3.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_3.json index 38e30295b62..6f331e3e2ad 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_3.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_3.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_4.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_4.json index 096d457c0f2..05b81ef1618 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_4.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/deactivate_pipeline/datapipeline.DescribePipelines_4.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/define_pipeline/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/define_pipeline/datapipeline.DescribePipelines_1.json index 1c8801e98c3..c0b3bf9b3cd 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/define_pipeline/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/define_pipeline/datapipeline.DescribePipelines_1.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_1.json index 6a542412cd3..47b2a84ee37 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_1.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -37,7 +37,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -45,7 +45,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_2.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_2.json index beeabe990b3..b0c493f256c 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_2.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -37,7 +37,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -45,7 +45,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_3.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_3.json index 52b679aafa1..c7358d73806 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_3.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_3.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -37,7 +37,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -45,7 +45,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_4.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_4.json index d518615901e..4f538bc6f21 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_4.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_4.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -37,7 +37,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -45,7 +45,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_5.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_5.json index a66c459d6b4..ed333f8ccd2 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_5.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_5.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -37,7 +37,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -45,7 +45,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_6.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_6.json index 8cc97aee2b8..ae737225e76 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_6.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/delete_pipeline/datapipeline.DescribePipelines_6.json @@ -25,7 +25,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -41,7 +41,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -49,7 +49,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/pipeline_description/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/pipeline_description/datapipeline.DescribePipelines_1.json index 851f9e2a9c3..bd3e9163e27 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/pipeline_description/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/pipeline_description/datapipeline.DescribePipelines_1.json @@ -21,7 +21,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -45,7 +45,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -53,7 +53,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" }, { diff --git a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/pipeline_field/datapipeline.DescribePipelines_1.json b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/pipeline_field/datapipeline.DescribePipelines_1.json index 0061b15d432..26d6c68a2d2 100644 --- a/tests/unit/plugins/modules/placebo_recordings/data_pipeline/pipeline_field/datapipeline.DescribePipelines_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/data_pipeline/pipeline_field/datapipeline.DescribePipelines_1.json @@ -17,7 +17,7 @@ "key": "@sphere" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "pipelineCreator" }, { @@ -33,7 +33,7 @@ "key": "@pipelineState" }, { - "stringValue": "448830907657", + "stringValue": "123456789012", "key": "@accountId" }, { @@ -41,7 +41,7 @@ "key": "uniqueId" }, { - "stringValue": "AIDAJKBIP5ANB55M7EUTC", + "stringValue": "AIDA12345EXAMPLE54321C", "key": "@userId" } ], diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/associations_are_not_updated/directconnect.DescribeConnections_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/associations_are_not_updated/directconnect.DescribeConnections_1.json index 6fdcfb9431e..9a7458fbf0e 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/associations_are_not_updated/directconnect.DescribeConnections_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/associations_are_not_updated/directconnect.DescribeConnections_1.json @@ -19,7 +19,7 @@ "location": "EqSe2", "connectionName": "ansible-test-connection", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" } ] diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/changed_properties/directconnect.DescribeConnections_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/changed_properties/directconnect.DescribeConnections_1.json index 95223150144..310752ec62a 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/changed_properties/directconnect.DescribeConnections_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/changed_properties/directconnect.DescribeConnections_1.json @@ -19,7 +19,7 @@ "location": "EqSe2", "connectionName": "ansible-test-connection", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" } ] diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_exists_by_id/directconnect.DescribeConnections_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_exists_by_id/directconnect.DescribeConnections_1.json index 362a5c47699..ce273abb8f7 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_exists_by_id/directconnect.DescribeConnections_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_exists_by_id/directconnect.DescribeConnections_1.json @@ -19,7 +19,7 @@ "location": "EqSe2", "connectionName": "ansible-test-connection", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" } ] diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_exists_by_name/directconnect.DescribeConnections_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_exists_by_name/directconnect.DescribeConnections_1.json index 9c77ef8f0c5..d14f348b35d 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_exists_by_name/directconnect.DescribeConnections_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_exists_by_name/directconnect.DescribeConnections_1.json @@ -19,7 +19,7 @@ "location": "EqSe2", "connectionName": "ansible-test-connection", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" }, { @@ -28,7 +28,7 @@ "location": "PEH51", "connectionName": "test2shertel", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" }, { @@ -37,7 +37,7 @@ "location": "EqSe2", "connectionName": "ansible-test-2", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" } ] diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_status/directconnect.DescribeConnections_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_status/directconnect.DescribeConnections_1.json index 63c3d250516..f43f1e4108e 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_status/directconnect.DescribeConnections_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/connection_status/directconnect.DescribeConnections_1.json @@ -19,7 +19,7 @@ "location": "EqSe2", "connectionName": "ansible-test-connection", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" } ] diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/create_and_delete/directconnect.CreateConnection_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/create_and_delete/directconnect.CreateConnection_1.json index 752206481ca..1c8e4d3f79c 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/create_and_delete/directconnect.CreateConnection_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/create_and_delete/directconnect.CreateConnection_1.json @@ -17,7 +17,7 @@ }, "connectionName": "ansible-test-2", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" } } \ No newline at end of file diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/create_and_delete/directconnect.DeleteConnection_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/create_and_delete/directconnect.DeleteConnection_1.json index 4e418abd586..70db4593d8f 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/create_and_delete/directconnect.DeleteConnection_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_connection/create_and_delete/directconnect.DeleteConnection_1.json @@ -17,7 +17,7 @@ }, "connectionName": "ansible-test-2", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" } } \ No newline at end of file diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DeleteConnection_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DeleteConnection_1.json index 3916cfc4be5..84285130f35 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DeleteConnection_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DeleteConnection_1.json @@ -14,7 +14,7 @@ "RequestId": "bf2372eb-70a7-11e7-83ab-ef16f9ac5159" }, "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "connectionState": "deleted", "connectionId": "dxcon-ffx41o23" diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DeleteLag_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DeleteLag_1.json index 6fcdcb87f80..c47f2904f8c 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DeleteLag_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DeleteLag_1.json @@ -19,7 +19,7 @@ "connections": [], "connectionsBandwidth": "1Gbps", "minimumLinks": 0, - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "numberOfConnections": 0, "lagName": "ansible_lag_1" }, diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_1.json index 3f97b141f15..7d2f25d2a2c 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_1.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_1", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_2.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_2.json index a6e0198e9db..ac115de75b3 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_2.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_1", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_3.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_3.json index cb819f0f42d..b3aa0ee221b 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_3.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DescribeLags_3.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_1", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DisassociateConnectionFromLag_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DisassociateConnectionFromLag_1.json index 70d1ed2f001..329982067e0 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DisassociateConnectionFromLag_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.DisassociateConnectionFromLag_1.json @@ -14,7 +14,7 @@ "RequestId": "bf0c687a-70a7-11e7-83ab-ef16f9ac5159" }, "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "connectionState": "requested", "connectionId": "dxcon-ffx41o23" diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.UpdateLag_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.UpdateLag_1.json index e464a0dd8cd..27a8c67654a 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.UpdateLag_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections/directconnect.UpdateLag_1.json @@ -21,7 +21,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -30,7 +30,7 @@ ], "connectionsBandwidth": "1Gbps", "minimumLinks": 0, - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "numberOfConnections": 1, "lagName": "ansible_lag_1" }, diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_1.json index 1aa22210e2b..f4849aebe07 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_1.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_1", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_2.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_2.json index 5643faeeac6..7787c881d15 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_2.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_1", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_3.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_3.json index a1792e1c2f7..c11f584b3cd 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_3.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/delete_lag_with_connections_without_force_delete/directconnect.DescribeLags_3.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_1", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_changed_true/directconnect.DescribeLags_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_changed_true/directconnect.DescribeLags_1.json index 2b29b0bf412..45c4c22bd1e 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_changed_true/directconnect.DescribeLags_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_changed_true/directconnect.DescribeLags_1.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_1", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_changed_true_no/directconnect.DescribeLags_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_changed_true_no/directconnect.DescribeLags_1.json index e73e68b8d3f..64bb8654823 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_changed_true_no/directconnect.DescribeLags_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_changed_true_no/directconnect.DescribeLags_1.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_1", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_exists/directconnect.DescribeLags_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_exists/directconnect.DescribeLags_1.json index 01821531b81..fb98ea9a468 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_exists/directconnect.DescribeLags_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_exists/directconnect.DescribeLags_1.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_1", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_exists_using_name/directconnect.DescribeLags_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_exists_using_name/directconnect.DescribeLags_1.json index 26ebd06311a..1e0021cd05f 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_exists_using_name/directconnect.DescribeLags_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_exists_using_name/directconnect.DescribeLags_1.json @@ -8,7 +8,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 0, "lagName": "sherteltestlag", @@ -21,7 +21,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -32,7 +32,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_1", @@ -45,7 +45,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgytkicv", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgytkicv", "region": "us-west-2", "connectionState": "requested", @@ -56,7 +56,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_2", @@ -69,7 +69,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 0, "lagName": "ansible_lag_1", @@ -82,7 +82,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 0, "lagName": "ansible_lag_2_update", @@ -95,7 +95,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 0, "lagName": "ansible_lag_1", @@ -108,7 +108,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 0, "lagName": "ansible_lag_2_update", @@ -121,7 +121,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 0, "lagName": "ansible_lag_1", @@ -134,7 +134,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 0, "lagName": "ansible_lag_2_update", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_status/directconnect.DescribeLags_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_status/directconnect.DescribeLags_1.json index fa32a2cf457..e207d01c015 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_status/directconnect.DescribeLags_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/lag_status/directconnect.DescribeLags_1.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgkk4dja", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgkk4dja", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_1", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.DescribeLags_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.DescribeLags_1.json index 20434bbd084..6c5386363da 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.DescribeLags_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.DescribeLags_1.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgytkicv", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgytkicv", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_2", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.DescribeLags_2.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.DescribeLags_2.json index 08847e89d9c..fa36b62f6c3 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.DescribeLags_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.DescribeLags_2.json @@ -8,7 +8,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgytkicv", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgytkicv", "region": "us-west-2", "connectionState": "requested", @@ -19,7 +19,7 @@ "minimumLinks": 0, "location": "EqSe2", "connectionsBandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2", "numberOfConnections": 1, "lagName": "ansible_lag_2_update", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.UpdateLag_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.UpdateLag_1.json index da5475f7132..3621ea0a21d 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.UpdateLag_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_link_aggregation_group/update_lag/directconnect.UpdateLag_1.json @@ -21,7 +21,7 @@ "bandwidth": "1Gbps", "connectionName": "Requested Connection 1 for Lag dxlag-fgytkicv", "location": "EqSe2", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "lagId": "dxlag-fgytkicv", "region": "us-west-2", "connectionState": "requested", @@ -30,7 +30,7 @@ ], "connectionsBandwidth": "1Gbps", "minimumLinks": 0, - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "numberOfConnections": 1, "lagName": "ansible_lag_2_update" }, diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.CreatePrivateVirtualInterface_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.CreatePrivateVirtualInterface_1.json index 095ff7059cc..8d7fc3faaf2 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.CreatePrivateVirtualInterface_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.CreatePrivateVirtualInterface_1.json @@ -1,7 +1,7 @@ { "status_code": 200, "data": { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-aaaaaaaa", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.DescribeVirtualInterfaces_2.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.DescribeVirtualInterfaces_2.json index 9c04d038722..430bd84c924 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.DescribeVirtualInterfaces_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.DescribeVirtualInterfaces_2.json @@ -14,7 +14,7 @@ }, "virtualInterfaces": [ { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-aaaaaaaa", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.DescribeVirtualInterfaces_3.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.DescribeVirtualInterfaces_3.json index 9c04d038722..430bd84c924 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.DescribeVirtualInterfaces_3.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_private_vi/directconnect.DescribeVirtualInterfaces_3.json @@ -14,7 +14,7 @@ }, "virtualInterfaces": [ { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-aaaaaaaa", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.CreatePublicVirtualInterface_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.CreatePublicVirtualInterface_1.json index 095ff7059cc..8d7fc3faaf2 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.CreatePublicVirtualInterface_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.CreatePublicVirtualInterface_1.json @@ -1,7 +1,7 @@ { "status_code": 200, "data": { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-aaaaaaaa", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.DescribeVirtualInterfaces_2.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.DescribeVirtualInterfaces_2.json index 9c04d038722..430bd84c924 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.DescribeVirtualInterfaces_2.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.DescribeVirtualInterfaces_2.json @@ -14,7 +14,7 @@ }, "virtualInterfaces": [ { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-aaaaaaaa", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.DescribeVirtualInterfaces_3.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.DescribeVirtualInterfaces_3.json index 9c04d038722..430bd84c924 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.DescribeVirtualInterfaces_3.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/create_public_vi/directconnect.DescribeVirtualInterfaces_3.json @@ -14,7 +14,7 @@ }, "virtualInterfaces": [ { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-aaaaaaaa", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/delete_vi/directconnect.DescribeVirtualInterfaces_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/delete_vi/directconnect.DescribeVirtualInterfaces_1.json index 9c04d038722..430bd84c924 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/delete_vi/directconnect.DescribeVirtualInterfaces_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/delete_vi/directconnect.DescribeVirtualInterfaces_1.json @@ -14,7 +14,7 @@ }, "virtualInterfaces": [ { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-aaaaaaaa", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_connection_id/directconnect.DescribeVirtualInterfaces_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_connection_id/directconnect.DescribeVirtualInterfaces_1.json index 9c04d038722..430bd84c924 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_connection_id/directconnect.DescribeVirtualInterfaces_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_connection_id/directconnect.DescribeVirtualInterfaces_1.json @@ -14,7 +14,7 @@ }, "virtualInterfaces": [ { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-aaaaaaaa", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_name/directconnect.DescribeVirtualInterfaces_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_name/directconnect.DescribeVirtualInterfaces_1.json index 9c04d038722..430bd84c924 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_name/directconnect.DescribeVirtualInterfaces_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_name/directconnect.DescribeVirtualInterfaces_1.json @@ -14,7 +14,7 @@ }, "virtualInterfaces": [ { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-aaaaaaaa", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_vi_id/directconnect.DescribeVirtualInterfaces_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_vi_id/directconnect.DescribeVirtualInterfaces_1.json index 9c04d038722..430bd84c924 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_vi_id/directconnect.DescribeVirtualInterfaces_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_by_vi_id/directconnect.DescribeVirtualInterfaces_1.json @@ -14,7 +14,7 @@ }, "virtualInterfaces": [ { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-aaaaaaaa", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", diff --git a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_returns_multiple/directconnect.DescribeVirtualInterfaces_1.json b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_returns_multiple/directconnect.DescribeVirtualInterfaces_1.json index 7ec6af21ceb..ab965cae3bb 100644 --- a/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_returns_multiple/directconnect.DescribeVirtualInterfaces_1.json +++ b/tests/unit/plugins/modules/placebo_recordings/directconnect_virtual_interface/find_unique_vi_returns_multiple/directconnect.DescribeVirtualInterfaces_1.json @@ -14,7 +14,7 @@ }, "virtualInterfaces": [ { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-aaaaaaaa", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", @@ -52,7 +52,7 @@ "tags": [] }, { - "ownerAccount": "123412341234", + "ownerAccount": "123456789012", "virtualInterfaceId": "dxvif-bbbbbbbb", "location": "EqSe2", "connectionId": "dxcon-aaaaaaaa", diff --git a/tests/unit/plugins/modules/test_api_gateway.py b/tests/unit/plugins/modules/test_api_gateway.py index db174798718..a6f2c3e91d6 100644 --- a/tests/unit/plugins/modules/test_api_gateway.py +++ b/tests/unit/plugins/modules/test_api_gateway.py @@ -64,7 +64,7 @@ def test_warn_if_region_not_specified(): "name": "api_gateway", "state": "present", "runtime": 'python2.7', - "role": 'arn:aws:iam::987654321012:role/lambda_basic_execution', + "role": 'arn:aws:iam::123456789012:role/lambda_basic_execution', "handler": 'lambda_python.my_handler'}) with pytest.raises(SystemExit): print(agw.main()) diff --git a/tests/unit/plugins/modules/test_directconnect_confirm_connection.py b/tests/unit/plugins/modules/test_directconnect_confirm_connection.py index 5478e9c05f8..63804415db1 100644 --- a/tests/unit/plugins/modules/test_directconnect_confirm_connection.py +++ b/tests/unit/plugins/modules/test_directconnect_confirm_connection.py @@ -44,7 +44,7 @@ def test_get_by_connection_id(self, mock_client): "location": "EqSe2", "connectionName": "ansible-test-connection", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" } ] @@ -72,7 +72,7 @@ def test_get_by_name(self, mock_client): "location": "EqSe2", "connectionName": "ansible-test-connection", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" } ] @@ -116,7 +116,7 @@ def test_missing_name(self, mock_client): "location": "EqSe2", "connectionName": "ansible-test-connection", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" } ] @@ -142,7 +142,7 @@ def test_confirm(self, mock_client): "location": "EqSe2", "connectionName": "ansible-test-connection", "bandwidth": "1Gbps", - "ownerAccount": "448830907657", + "ownerAccount": "123456789012", "region": "us-west-2" } ]