-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Data Source: aws_dx_connection #17852
New Data Source: aws_dx_connection #17852
Commits on Aug 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 230dc6a - Browse repository at this point
Copy the full SHA 230dc6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 437dcef - Browse repository at this point
Copy the full SHA 437dcefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2072769 - Browse repository at this point
Copy the full SHA 2072769View commit details -
Configuration menu - View commit details
-
Copy full SHA for b764c25 - Browse repository at this point
Copy the full SHA b764c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706a7bf - Browse repository at this point
Copy the full SHA 706a7bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e12f5a6 - Browse repository at this point
Copy the full SHA e12f5a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed2bcb - Browse repository at this point
Copy the full SHA 7ed2bcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 678a112 - Browse repository at this point
Copy the full SHA 678a112View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9fc99d - Browse repository at this point
Copy the full SHA d9fc99dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ad2727 - Browse repository at this point
Copy the full SHA 1ad2727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b27427 - Browse repository at this point
Copy the full SHA 2b27427View commit details -
d/aws_dx_location(s): '%s' -> '%w' and 'TypeList' -> 'TypeSet'.
Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_ -timeout 120m === RUN TestAccDataSourceAwsDxLocation_basic === PAUSE TestAccDataSourceAwsDxLocation_basic === RUN TestAccAwsDxConnection_basic === PAUSE TestAccAwsDxConnection_basic === RUN TestAccAwsDxConnection_Tags === PAUSE TestAccAwsDxConnection_Tags === RUN TestAccAwsDxLag_basic === PAUSE TestAccAwsDxLag_basic === RUN TestAccAwsDxLag_Tags === PAUSE TestAccAwsDxLag_Tags === CONT TestAccDataSourceAwsDxLocation_basic === CONT TestAccAwsDxLag_basic === CONT TestAccAwsDxLag_Tags === CONT TestAccAwsDxConnection_Tags === CONT TestAccAwsDxConnection_basic --- PASS: TestAccDataSourceAwsDxLocation_basic (16.70s) --- PASS: TestAccAwsDxConnection_basic (35.62s) --- PASS: TestAccAwsDxConnection_Tags (49.72s) --- PASS: TestAccAwsDxLag_basic (49.83s) --- PASS: TestAccAwsDxLag_Tags (51.23s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 51.343s
Configuration menu - View commit details
-
Copy full SHA for aadfb1c - Browse repository at this point
Copy the full SHA aadfb1cView commit details -
d/aws_dx_location(s): Use internal finder package.
Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_ -timeout 120m === RUN TestAccDataSourceAwsDxLocation_basic === PAUSE TestAccDataSourceAwsDxLocation_basic === RUN TestAccAwsDxConnection_basic === PAUSE TestAccAwsDxConnection_basic === RUN TestAccAwsDxConnection_Tags === PAUSE TestAccAwsDxConnection_Tags === RUN TestAccAwsDxLag_basic === PAUSE TestAccAwsDxLag_basic === RUN TestAccAwsDxLag_Tags === PAUSE TestAccAwsDxLag_Tags === CONT TestAccDataSourceAwsDxLocation_basic === CONT TestAccAwsDxLag_basic === CONT TestAccAwsDxLag_Tags === CONT TestAccAwsDxConnection_Tags === CONT TestAccAwsDxConnection_basic --- PASS: TestAccDataSourceAwsDxLocation_basic (16.60s) --- PASS: TestAccAwsDxConnection_basic (31.50s) --- PASS: TestAccAwsDxLag_basic (46.54s) --- PASS: TestAccAwsDxConnection_Tags (46.93s) --- PASS: TestAccAwsDxLag_Tags (47.91s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 48.028s
Configuration menu - View commit details
-
Copy full SHA for 2901c8d - Browse repository at this point
Copy the full SHA 2901c8dView commit details -
r/aws_dx_lag: Use internal finder package. Add '_disappears' test (#1…
…3826). Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAwsDxLag_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxLag_ -timeout 120m === RUN TestAccAwsDxLag_basic === PAUSE TestAccAwsDxLag_basic === RUN TestAccAwsDxLag_disappears === PAUSE TestAccAwsDxLag_disappears === RUN TestAccAwsDxLag_Tags === PAUSE TestAccAwsDxLag_Tags === CONT TestAccAwsDxLag_basic === CONT TestAccAwsDxLag_Tags === CONT TestAccAwsDxLag_disappears --- PASS: TestAccAwsDxLag_disappears (26.06s) --- PASS: TestAccAwsDxLag_basic (40.96s) --- PASS: TestAccAwsDxLag_Tags (53.00s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 53.107s
Configuration menu - View commit details
-
Copy full SHA for 73a6252 - Browse repository at this point
Copy the full SHA 73a6252View commit details -
r/aws_dx_connection: Use internal finder package. Add '_disappears' t…
…est (#13826). Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAwsDxConnection_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxConnection_ -timeout 120m === RUN TestAccAwsDxConnection_basic === PAUSE TestAccAwsDxConnection_basic === RUN TestAccAwsDxConnection_disappears === PAUSE TestAccAwsDxConnection_disappears === RUN TestAccAwsDxConnection_Tags === PAUSE TestAccAwsDxConnection_Tags === CONT TestAccAwsDxConnection_basic === CONT TestAccAwsDxConnection_Tags === CONT TestAccAwsDxConnection_disappears --- PASS: TestAccAwsDxConnection_disappears (24.89s) --- PASS: TestAccAwsDxConnection_basic (29.22s) --- PASS: TestAccAwsDxConnection_Tags (51.74s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 51.844s
Configuration menu - View commit details
-
Copy full SHA for f30a8d7 - Browse repository at this point
Copy the full SHA f30a8d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f52c8ff - Browse repository at this point
Copy the full SHA f52c8ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f32c2b - Browse repository at this point
Copy the full SHA 4f32c2bView commit details -
Fix 'XAT001: missing ErrorCheck' errors.
Acceptance test output: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_ -timeout 180m === RUN TestAccDataSourceAwsDxLocation_basic === PAUSE TestAccDataSourceAwsDxLocation_basic === RUN TestAccAwsDxConnection_basic === PAUSE TestAccAwsDxConnection_basic === RUN TestAccAwsDxConnection_disappears === PAUSE TestAccAwsDxConnection_disappears === RUN TestAccAwsDxConnection_Tags === PAUSE TestAccAwsDxConnection_Tags === RUN TestAccAwsDxLag_basic === PAUSE TestAccAwsDxLag_basic === RUN TestAccAwsDxLag_disappears === PAUSE TestAccAwsDxLag_disappears === RUN TestAccAwsDxLag_Tags === PAUSE TestAccAwsDxLag_Tags === CONT TestAccDataSourceAwsDxLocation_basic === CONT TestAccAwsDxLag_basic === CONT TestAccAwsDxLag_Tags === CONT TestAccAwsDxLag_disappears === CONT TestAccAwsDxConnection_disappears === CONT TestAccAwsDxConnection_Tags === CONT TestAccAwsDxConnection_basic --- PASS: TestAccDataSourceAwsDxLocation_basic (19.49s) --- PASS: TestAccAwsDxConnection_disappears (34.47s) --- PASS: TestAccAwsDxConnection_basic (35.24s) --- PASS: TestAccAwsDxLag_disappears (35.80s) --- PASS: TestAccAwsDxLag_basic (54.60s) --- PASS: TestAccAwsDxConnection_Tags (66.02s) --- PASS: TestAccAwsDxLag_Tags (66.93s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 67.049s
Configuration menu - View commit details
-
Copy full SHA for 2a780c3 - Browse repository at this point
Copy the full SHA 2a780c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0021686 - Browse repository at this point
Copy the full SHA 0021686View commit details -
Acceptance test output: % make testacc TESTARGS='-run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxLocation_\|TestAccAwsDxConnection_\|TestAccAwsDxLag_ -timeout 180m === RUN TestAccDataSourceAwsDxLocation_basic === PAUSE TestAccDataSourceAwsDxLocation_basic === RUN TestAccAwsDxConnection_basic === PAUSE TestAccAwsDxConnection_basic === RUN TestAccAwsDxConnection_disappears === PAUSE TestAccAwsDxConnection_disappears === RUN TestAccAwsDxConnection_Tags === PAUSE TestAccAwsDxConnection_Tags === RUN TestAccAwsDxLag_basic === PAUSE TestAccAwsDxLag_basic === RUN TestAccAwsDxLag_disappears === PAUSE TestAccAwsDxLag_disappears === RUN TestAccAwsDxLag_Tags === PAUSE TestAccAwsDxLag_Tags === CONT TestAccDataSourceAwsDxLocation_basic === CONT TestAccAwsDxLag_basic === CONT TestAccAwsDxLag_disappears === CONT TestAccAwsDxConnection_Tags === CONT TestAccAwsDxLag_Tags === CONT TestAccAwsDxConnection_basic === CONT TestAccAwsDxConnection_disappears --- PASS: TestAccDataSourceAwsDxLocation_basic (19.84s) --- PASS: TestAccAwsDxConnection_disappears (32.71s) --- PASS: TestAccAwsDxLag_disappears (32.74s) --- PASS: TestAccAwsDxConnection_basic (40.63s) --- PASS: TestAccAwsDxLag_basic (54.71s) --- PASS: TestAccAwsDxConnection_Tags (68.14s) --- PASS: TestAccAwsDxLag_Tags (68.96s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 72.257s
Configuration menu - View commit details
-
Copy full SHA for 71cbd81 - Browse repository at this point
Copy the full SHA 71cbd81View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1274562 - Browse repository at this point
Copy the full SHA 1274562View commit details -
Configuration menu - View commit details
-
Copy full SHA for e32ffd8 - Browse repository at this point
Copy the full SHA e32ffd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95dc48b - Browse repository at this point
Copy the full SHA 95dc48bView commit details -
r/aws_dx_connection: Use internal finder and waiter packages.
Acceptance test output: % make testacc TESTARGS='-run=TestAccAwsDxConnection_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxConnection_ -timeout 180m === RUN TestAccAwsDxConnection_basic === PAUSE TestAccAwsDxConnection_basic === RUN TestAccAwsDxConnection_disappears === PAUSE TestAccAwsDxConnection_disappears === RUN TestAccAwsDxConnection_Tags === PAUSE TestAccAwsDxConnection_Tags === CONT TestAccAwsDxConnection_basic === CONT TestAccAwsDxConnection_Tags === CONT TestAccAwsDxConnection_disappears --- PASS: TestAccAwsDxConnection_disappears (24.65s) --- PASS: TestAccAwsDxConnection_basic (30.83s) --- PASS: TestAccAwsDxConnection_Tags (68.13s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 74.122s
Configuration menu - View commit details
-
Copy full SHA for 9f22903 - Browse repository at this point
Copy the full SHA 9f22903View commit details
Commits on Aug 25, 2021
-
r/aws_dx_lag: Use internal finder and waiter packages.
Acceptance test output: % make testacc TESTARGS='-run=TestAccAwsDxConnection_\|TestAccAwsDxLag_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxConnection_\|TestAccAwsDxLag_ -timeout 180m === RUN TestAccAwsDxConnection_basic === PAUSE TestAccAwsDxConnection_basic === RUN TestAccAwsDxConnection_disappears === PAUSE TestAccAwsDxConnection_disappears === RUN TestAccAwsDxConnection_Tags === PAUSE TestAccAwsDxConnection_Tags === RUN TestAccAwsDxLag_basic === PAUSE TestAccAwsDxLag_basic === RUN TestAccAwsDxLag_disappears === PAUSE TestAccAwsDxLag_disappears === RUN TestAccAwsDxLag_Tags === PAUSE TestAccAwsDxLag_Tags === CONT TestAccAwsDxConnection_basic === CONT TestAccAwsDxLag_disappears === CONT TestAccAwsDxLag_Tags === CONT TestAccAwsDxConnection_disappears === CONT TestAccAwsDxConnection_Tags === CONT TestAccAwsDxLag_basic --- PASS: TestAccAwsDxLag_disappears (19.44s) --- PASS: TestAccAwsDxConnection_disappears (19.49s) --- PASS: TestAccAwsDxConnection_basic (23.77s) --- PASS: TestAccAwsDxLag_basic (36.78s) --- PASS: TestAccAwsDxConnection_Tags (52.49s) --- PASS: TestAccAwsDxLag_Tags (53.92s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 57.070s
Configuration menu - View commit details
-
Copy full SHA for 5705bab - Browse repository at this point
Copy the full SHA 5705babView commit details -
r/aws_dx_connection_asociation: Use internal finder and waiter packages.
Acceptance test output: % make testacc TESTARGS='-run=TestAccAWSDxConnectionAssociation_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSDxConnectionAssociation_ -timeout 180m === RUN TestAccAWSDxConnectionAssociation_basic === PAUSE TestAccAWSDxConnectionAssociation_basic === RUN TestAccAWSDxConnectionAssociation_multiConns === PAUSE TestAccAWSDxConnectionAssociation_multiConns === CONT TestAccAWSDxConnectionAssociation_basic === CONT TestAccAWSDxConnectionAssociation_multiConns --- PASS: TestAccAWSDxConnectionAssociation_basic (25.72s) --- PASS: TestAccAWSDxConnectionAssociation_multiConns (26.54s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 34.593s
Configuration menu - View commit details
-
Copy full SHA for a97aa3c - Browse repository at this point
Copy the full SHA a97aa3cView commit details -
r/aws_dx_connection: Add 'owner_account_id' attribute.
r/aws_dx_lag: Add 'owner_account_id' attribute. Acceptance test output: % make testacc TESTARGS='-run=TestAccAwsDxConnection_basic\|TestAccAwsDxLag_basic' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxConnection_basic\|TestAccAwsDxLag_basic -timeout 180m === RUN TestAccAwsDxConnection_basic === PAUSE TestAccAwsDxConnection_basic === RUN TestAccAwsDxLag_basic === PAUSE TestAccAwsDxLag_basic === CONT TestAccAwsDxConnection_basic === CONT TestAccAwsDxLag_basic --- PASS: TestAccAwsDxConnection_basic (19.66s) --- PASS: TestAccAwsDxLag_basic (33.61s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 36.900s
Configuration menu - View commit details
-
Copy full SHA for be11698 - Browse repository at this point
Copy the full SHA be11698View commit details -
d/aws_dx_connection: Complete implementation.
Acceptance test output: % make testacc TESTARGS='-run=TestAccDataSourceAwsDxConnection_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxConnection_ -timeout 180m === RUN TestAccDataSourceAwsDxConnection_basic === PAUSE TestAccDataSourceAwsDxConnection_basic === CONT TestAccDataSourceAwsDxConnection_basic --- PASS: TestAccDataSourceAwsDxConnection_basic (16.58s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 21.036s
Configuration menu - View commit details
-
Copy full SHA for 5e1c708 - Browse repository at this point
Copy the full SHA 5e1c708View commit details -
r/aws_dx_connection: Add 'provider_name' argument.
r/aws_dx_lag: Add 'provider_name' argument. Acceptance test output: % make testacc TESTARGS='-run=TestAccAwsDxConnection_basic\|TestAccAwsDxConnection_ProviderName' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxConnection_basic\|TestAccAwsDxConnection_ProviderName -timeout 180m === RUN TestAccAwsDxConnection_basic === PAUSE TestAccAwsDxConnection_basic === RUN TestAccAwsDxConnection_ProviderName === PAUSE TestAccAwsDxConnection_ProviderName === CONT TestAccAwsDxConnection_basic === CONT TestAccAwsDxConnection_ProviderName --- PASS: TestAccAwsDxConnection_basic (23.95s) --- PASS: TestAccAwsDxConnection_ProviderName (26.53s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 32.586s % make testacc TESTARGS='-run=TestAccAwsDxLag_basic\|TestAccAwsDxLag_ProviderName' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsDxLag_basic\|TestAccAwsDxLag_ProviderName -timeout 180m === RUN TestAccAwsDxLag_basic === PAUSE TestAccAwsDxLag_basic === RUN TestAccAwsDxLag_ProviderName === PAUSE TestAccAwsDxLag_ProviderName === CONT TestAccAwsDxLag_basic === CONT TestAccAwsDxLag_ProviderName --- PASS: TestAccAwsDxLag_ProviderName (24.24s) --- PASS: TestAccAwsDxLag_basic (33.67s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 39.380s
Configuration menu - View commit details
-
Copy full SHA for 8ec4898 - Browse repository at this point
Copy the full SHA 8ec4898View commit details -
d/aws_dx_connection: Additional attributes.
Acceptance test output: % make testacc TESTARGS='-run=TestAccDataSourceAwsDxConnection_' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccDataSourceAwsDxConnection_ -timeout 180m === RUN TestAccDataSourceAwsDxConnection_basic === PAUSE TestAccDataSourceAwsDxConnection_basic === CONT TestAccDataSourceAwsDxConnection_basic --- PASS: TestAccDataSourceAwsDxConnection_basic (24.67s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 29.105s
Configuration menu - View commit details
-
Copy full SHA for 1ea9a08 - Browse repository at this point
Copy the full SHA 1ea9a08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a66e9 - Browse repository at this point
Copy the full SHA 20a66e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b99f14 - Browse repository at this point
Copy the full SHA 7b99f14View commit details