-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
provider: Stabilization of remaining data source id attributes and en…
…able R015, R016, R017 linters (#15896) * provider: Stabilization of remaining data source id attributes and enable R015, R016, R017 linters Reference: #14579 Changes: * data-source/aws_autoscaling_groups: Prevent plan differences with the `id` attribute * data-source/aws_caller_identity: Prevent plan differences with the `id` attribute * data-source/aws_ebs_snapshot_ids: Prevent plan differences with the `id` attribute * data-source/aws_ebs_volumes: Prevent plan differences with the `id` attribute * data-source/aws_ec2_coip_pools: Prevent plan differences with the `id` attribute * data-source/aws_ec2_instance_type_offerings: Prevent plan differences with the `id` attribute * data-source/aws_ec2_local_gateway_route_tables: Prevent plan differences with the `id` attribute * data-source/aws_ec2_local_gateway_virtual_interface_groups: Prevent plan differences with the `id` attribute * data-source/aws_ec2_local_gateways: Prevent plan differences with the `id` attribute * data-source/aws_ec2_spot_price: Prevent plan differences with the `id` attribute * data-source/aws_efs_access_points: Prevent plan differences with the `id` attribute * data-source/aws_glue_script: Prevent plan differences with the `id` attribute * data-source/aws_inspector_rules_packages: Prevent plan differences with the `id` attribute * data-source/aws_instances: Prevent plan differences with the `id` attribute * data-source/aws_kms_ciphertext: Prevent plan differences with the `id` attribute * data-source/aws_network_acls: Prevent plan differences with the `id` attribute * data-source/aws_network_interfaces: Prevent plan differences with the `id` attribute * data-source/aws_organizations_organizational_units: Prevent plan differences with the `id` attribute * data-source/aws_outposts_outposts: Prevent plan differences with the `id` attribute * data-source/aws_outposts_sites: Prevent plan differences with the `id` attribute * data-source/aws_route_tables: Prevent plan differences with the `id` attribute * data-source/aws_route53_resolver_rules: Prevent plan differences with the `id` attribute * data-source/aws_s3_bucket_objects: Prevent plan differences with the `id` attribute * data-source/aws_security_groups: Prevent plan differences with the `id` attribute * data-source/aws_vpc_peering_connections: Prevent plan differences with the `id` attribute * data-source/aws_vpcs: Prevent plan differences with the `id` attribute Output from acceptance testing: ``` --- PASS: TestAccAWSAutoscalingAttachment_albTargetGroup (111.36s) --- PASS: TestAccAWSAutoscalingAttachment_elb (118.66s) --- PASS: TestAccAWSAutoscalingGroups_basic (162.22s) --- PASS: TestAccAWSCallerIdentity_basic (55.69s) --- PASS: TestAccAWSEBSEncryptionByDefault_basic (52.71s) --- PASS: TestAccAWSEc2InstanceTypeOfferingsDataSource_Filter (57.28s) --- PASS: TestAccAWSEc2InstanceTypeOfferingsDataSource_LocationType (58.79s) --- PASS: TestAccAwsEc2SpotPriceDataSource_basic (54.47s) --- PASS: TestAccAwsEc2SpotPriceDataSource_Filter (59.40s) --- PASS: TestAccAWSELBAttachment_basic (185.93s) --- PASS: TestAccAWSELBAttachment_drift (113.04s) --- PASS: TestAccAWSInspectorRulesPackages_basic (58.00s) --- PASS: TestAccAWSInstancesDataSource_basic (137.19s) --- PASS: TestAccAWSInstancesDataSource_instance_state_names (122.56s) --- PASS: TestAccAWSInstancesDataSource_tags (120.98s) --- PASS: TestAccDataSourceAwsEbsSnapshotIds_basic (92.82s) --- PASS: TestAccDataSourceAwsEbsSnapshotIds_empty (57.58s) --- PASS: TestAccDataSourceAwsEbsSnapshotIds_sorted (195.34s) --- PASS: TestAccDataSourceAwsEbsVolumes_basic (178.56s) --- PASS: TestAccDataSourceAWSEFSAccessPoints_basic (71.87s) --- PASS: TestAccDataSourceAWSGlueScript_Language_Python (57.14s) --- PASS: TestAccDataSourceAWSGlueScript_Language_Scala (57.67s) --- PASS: TestAccDataSourceAwsKmsCiphertext_basic (61.22s) --- PASS: TestAccDataSourceAwsKmsCiphertext_validate (60.99s) --- PASS: TestAccDataSourceAwsKmsCiphertext_validate_withContext (60.77s) --- PASS: TestAccDataSourceAwsNetworkAcls_basic (112.54s) --- PASS: TestAccDataSourceAwsNetworkAcls_Filter (62.55s) --- PASS: TestAccDataSourceAwsNetworkAcls_Tags (58.95s) --- PASS: TestAccDataSourceAwsNetworkAcls_VpcID (60.22s) --- PASS: TestAccDataSourceAwsNetworkInterfaces_Filter (95.49s) --- PASS: TestAccDataSourceAwsNetworkInterfaces_Tags (97.05s) --- PASS: TestAccDataSourceAwsRoute53ResolverRules_basic (57.40s) --- PASS: TestAccDataSourceAwsRoute53ResolverRules_ResolverEndpointId (264.98s) --- PASS: TestAccDataSourceAwsRouteTables_basic (120.92s) --- PASS: TestAccDataSourceAWSS3BucketObjects_all (120.73s) --- PASS: TestAccDataSourceAWSS3BucketObjects_basic (122.61s) --- PASS: TestAccDataSourceAWSS3BucketObjects_basicViaAccessPoint (122.87s) --- PASS: TestAccDataSourceAWSS3BucketObjects_encoded (115.55s) --- PASS: TestAccDataSourceAWSS3BucketObjects_fetchOwner (102.52s) --- PASS: TestAccDataSourceAWSS3BucketObjects_maxKeys (100.50s) --- PASS: TestAccDataSourceAWSS3BucketObjects_prefixes (117.61s) --- PASS: TestAccDataSourceAWSS3BucketObjects_startAfter (102.55s) --- PASS: TestAccDataSourceAwsSecurityGroups_filter (70.25s) --- PASS: TestAccDataSourceAwsSecurityGroups_tag (68.53s) --- PASS: TestAccDataSourceAwsVpcPeeringConnections_basic (70.67s) --- PASS: TestAccDataSourceAwsVpcs_basic (65.12s) --- PASS: TestAccDataSourceAwsVpcs_filters (56.35s) --- PASS: TestAccDataSourceAwsVpcs_tags (58.15s) --- SKIP: TestAccAWSOutpostsOutpostsDataSource_basic (2.12s) --- SKIP: TestAccAWSOutpostsSitesDataSource_basic (1.42s) --- SKIP: TestAccDataSourceAwsEc2CoipPools_basic (15.89s) --- SKIP: TestAccDataSourceAwsEc2CoipPools_Filter (14.35s) --- SKIP: TestAccDataSourceAwsEc2LocalGatewayRouteTables_basic (14.72s) --- SKIP: TestAccDataSourceAwsEc2LocalGatewayRouteTables_Filter (2.24s) --- SKIP: TestAccDataSourceAwsEc2LocalGateways_basic (2.51s) --- SKIP: TestAccDataSourceAwsEc2LocalGatewayVirtualInterfaceGroups_basic (3.57s) --- SKIP: TestAccDataSourceAwsEc2LocalGatewayVirtualInterfaceGroups_Filter (2.13s) --- SKIP: TestAccDataSourceAwsEc2LocalGatewayVirtualInterfaceGroups_Tags (1.99s) ``` * Apply suggestions from code review Co-authored-by: angie pinilla <[email protected]> Co-authored-by: angie pinilla <[email protected]>
- Loading branch information
Showing
62 changed files
with
90 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,6 +112,9 @@ awsproviderlint: | |
-R012 \ | ||
-R013 \ | ||
-R014 \ | ||
-R015 \ | ||
-R016 \ | ||
-R017 \ | ||
-S001 \ | ||
-S002 \ | ||
-S003 \ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.