Skip to content
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_devopsguru_notification_channel: new resource #36557

Merged
merged 2 commits into from
Mar 25, 2024

Commits on Mar 25, 2024

  1. internal/framework/flex: support list of enums

    This change to the auto expander logic allows for the underlying type to be preserved when the target is a list of custom string types (ie. AWS enums).
    jar-b committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7b6a69c View commit details
    Browse the repository at this point in the history
  2. r/aws_devopsguru_notification_channel: new resource

    This resource will allow practitioners to manage AWS DevOps Guru notification channels with Terraform.
    
    ```console
    % make testacc PKG=devopsguru TESTS=TestAccDevOpsGuru_serial/NotificationChannel
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.21.8 test ./internal/service/devopsguru/... -v -count 1 -parallel 20 -run='TestAccDevOpsGuru_serial/NotificationChannel'  -timeout 360m
    
    --- PASS: TestAccDevOpsGuru_serial (38.51s)
        --- PASS: TestAccDevOpsGuru_serial/NotificationChannel (38.51s)
            --- PASS: TestAccDevOpsGuru_serial/NotificationChannel/basic (14.01s)
            --- PASS: TestAccDevOpsGuru_serial/NotificationChannel/disappears (11.41s)
            --- PASS: TestAccDevOpsGuru_serial/NotificationChannel/filters (13.09s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/devopsguru 43.970s
    ```
    jar-b committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    385142f View commit details
    Browse the repository at this point in the history