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

New Resource: aws_lex_slot_type #3936

Closed
wants to merge 2 commits into from
Closed

New Resource: aws_lex_slot_type #3936

wants to merge 2 commits into from

Conversation

jzbruno
Copy link
Contributor

@jzbruno jzbruno commented Mar 27, 2018

Fixes Issue #905.

Please review and merge PR #2616 first. It contains a function this PR depends on and that is why this one is branched from it.

~/go/src/github.com/terraform-providers/terraform-provider-aws $ make fmt && make build
gofmt -w $(find . -name '*.go' |grep -v vendor)
==> Checking that code complies with gofmt requirements...
go install
~/go/src/github.com/terraform-providers/terraform-provider-aws $ cd aws/
~/go/src/github.com/terraform-providers/terraform-provider-aws/aws $ AWS_PROFILE=jzbruno AWS_DEFAULT_REGION=us-east-1 TF_ACC=1 go test -v -run TestAccLexSlotType
=== RUN   TestAccLexSlotType
--- PASS: TestAccLexSlotType (23.48s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	23.508s
~/go/src/github.com/terraform-providers/terraform-provider-aws/aws $ AWS_PROFILE=jzbruno AWS_DEFAULT_REGION=us-east-1 TF_ACC=1 go test -v -run TestAccDataSourceLexSlotType
=== RUN   TestAccDataSourceLexSlotType
--- PASS: TestAccDataSourceLexSlotType (16.27s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	16.302s

@ghost ghost added the size/XXL Managed by automation to categorize the size of a PR. label Mar 27, 2018
@bflad bflad added the service/lexmodels Issues and PRs that pertain to the lexmodels service. label Mar 27, 2018
@kmcquade
Copy link

Can someone please review this?

@jzbruno
Copy link
Contributor Author

jzbruno commented Jan 8, 2019

Combined with PR #2616 each resource is required for tests.

@jzbruno jzbruno closed this Jan 8, 2019
@ghost
Copy link

ghost commented Apr 1, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/lexmodels Issues and PRs that pertain to the lexmodels service. size/XXL Managed by automation to categorize the size of a PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants