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_bot_alias #4006

Closed
wants to merge 2 commits into from
Closed

New Resource: aws_lex_bot_alias #4006

wants to merge 2 commits into from

Conversation

jzbruno
Copy link
Contributor

@jzbruno jzbruno commented Apr 1, 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 TestAccLexBotAlias
=== RUN   TestAccLexBotAlias
--- PASS: TestAccLexBotAlias (25.71s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	25.742s
~/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 TestAccDataSourceLexBotAlias
=== RUN   TestAccDataSourceLexBotAlias
--- PASS: TestAccDataSourceLexBotAlias (17.39s)
PASS
ok  	github.com/terraform-providers/terraform-provider-aws/aws	17.420s

@ghost ghost added the size/XXL Managed by automation to categorize the size of a PR. label Apr 1, 2018
@bflad bflad added new-resource Introduces a new resource. new-data-source Introduces a new data source. service/lexmodels Issues and PRs that pertain to the lexmodels service. labels Apr 2, 2018
@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
@jzbruno jzbruno deleted the add_aws_lex_bot_alias branch June 10, 2019 03:47
@ghost
Copy link

ghost commented Nov 3, 2019

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 Nov 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
new-data-source Introduces a new data source. new-resource Introduces a new resource. 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.

2 participants