-
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
r/aws_appmesh_virtual_node: Add connection pool and outlier detection #16167
r/aws_appmesh_virtual_node: Add connection pool and outlier detection #16167
Commits on Dec 1, 2020
-
r/aws_appmesh_virtual_node: Add ExactlyOneOf constraint on 'spec.list…
…ener.tls.certificate'.
Configuration menu - View commit details
-
Copy full SHA for da1ee9d - Browse repository at this point
Copy the full SHA da1ee9dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8512150 - Browse repository at this point
Copy the full SHA 8512150View commit details -
r/aws_appmesh_virtual_node: Add 'listener.connection_pool' attribute.
Acceptance test output: $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/VirtualNode/listenerConnectionPool' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/VirtualNode/listenerConnectionPool -timeout 120m === RUN TestAccAWSAppmesh_serial === RUN TestAccAWSAppmesh_serial/VirtualNode === RUN TestAccAWSAppmesh_serial/VirtualNode/listenerConnectionPool --- PASS: TestAccAWSAppmesh_serial (28.73s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode (28.73s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/listenerConnectionPool (28.73s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 28.802s
Configuration menu - View commit details
-
Copy full SHA for 065d845 - Browse repository at this point
Copy the full SHA 065d845View commit details -
r/aws_appmesh_virtual_node: Add '_disappears' test (hashicorp#13826).
Acceptance test output: $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/VirtualNode/disappears' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/VirtualNode/disappears -timeout 120m === RUN TestAccAWSAppmesh_serial === RUN TestAccAWSAppmesh_serial/VirtualNode === RUN TestAccAWSAppmesh_serial/VirtualNode/disappears --- PASS: TestAccAWSAppmesh_serial (13.06s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode (13.06s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/disappears (13.06s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 13.121s
Configuration menu - View commit details
-
Copy full SHA for 47210b8 - Browse repository at this point
Copy the full SHA 47210b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2451a85 - Browse repository at this point
Copy the full SHA 2451a85View commit details -
r/aws_appmesh_virtual_node: Add 'listener.outlier_detection' attribute.
Acceptance test output: $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/VirtualNode/listenerOutlierDetection' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/VirtualNode/listenerOutlierDetection -timeout 120m === RUN TestAccAWSAppmesh_serial === RUN TestAccAWSAppmesh_serial/VirtualNode === RUN TestAccAWSAppmesh_serial/VirtualNode/listenerOutlierDetection --- PASS: TestAccAWSAppmesh_serial (29.16s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode (29.16s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/listenerOutlierDetection (29.16s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 29.218s
Configuration menu - View commit details
-
Copy full SHA for b9bd476 - Browse repository at this point
Copy the full SHA b9bd476View commit details -
r/aws_appmesh_virtual_node: Document 'listener.connection_pool' and '…
…listener.outlier_detection' attributes.
Configuration menu - View commit details
-
Copy full SHA for bad22fb - Browse repository at this point
Copy the full SHA bad22fbView commit details -
r/aws_appmesh_virtual_node: Test corrections.
Acceptance test output: $ make testacc TEST=./aws TESTARGS='-run=TestAccAWSAppmesh/VirtualNode' ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAppmesh/VirtualNode -timeout 120m === RUN TestAccAWSAppmesh_serial === RUN TestAccAWSAppmesh_serial/VirtualNode === RUN TestAccAWSAppmesh_serial/VirtualNode/listenerOutlierDetection === RUN TestAccAWSAppmesh_serial/VirtualNode/listenerTls === RUN TestAccAWSAppmesh_serial/VirtualNode/logging === RUN TestAccAWSAppmesh_serial/VirtualNode/tags === RUN TestAccAWSAppmesh_serial/VirtualNode/disappears === RUN TestAccAWSAppmesh_serial/VirtualNode/backendClientPolicyFile === RUN TestAccAWSAppmesh_serial/VirtualNode/cloudMapServiceDiscovery === RUN TestAccAWSAppmesh_serial/VirtualNode/listenerConnectionPool === RUN TestAccAWSAppmesh_serial/VirtualNode/listenerTimeout === RUN TestAccAWSAppmesh_serial/VirtualNode/basic === RUN TestAccAWSAppmesh_serial/VirtualNode/backendClientPolicyAcm === RUN TestAccAWSAppmesh_serial/VirtualNode/backendDefaults === RUN TestAccAWSAppmesh_serial/VirtualNode/listenerHealthChecks --- PASS: TestAccAWSAppmesh_serial (468.07s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode (468.07s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/listenerOutlierDetection (28.23s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/listenerTls (71.32s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/logging (27.86s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/tags (40.02s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/disappears (12.83s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/backendClientPolicyFile (28.32s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/cloudMapServiceDiscovery (100.22s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/listenerConnectionPool (28.26s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/listenerTimeout (28.09s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/basic (16.17s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/backendClientPolicyAcm (52.11s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/backendDefaults (28.17s) --- PASS: TestAccAWSAppmesh_serial/VirtualNode/listenerHealthChecks (28.25s) PASS ok github.com/terraform-providers/terraform-provider-aws/aws 468.135s
Configuration menu - View commit details
-
Copy full SHA for e3a381b - Browse repository at this point
Copy the full SHA e3a381bView commit details