-
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/datasync_location_fsx_windows - add resource #12686
r/datasync_location_fsx_windows - add resource #12686
Conversation
I have no clue why linting fails... help is welcome |
It could be something to do with the number of source files in the |
ugh, that sounds like a fun issue. @ewbankkit, is this something that happens locally when running |
I'm building on a standard Ubuntu 18.04 and get $ make
==> Checking that code complies with gofmt requirements...
go install
# github.com/terraform-providers/terraform-provider-aws/aws
aws/provider.go:439:63: undefined: resourceAwsDataSyncLocationFsxWindows
GNUmakefile:12: recipe for target 'build' failed
make: *** [build] Error 2 which is a bogus error. |
@DrFaust92 Actually, it's the |
gotcha, thanks for the info. im thinking of changing the name to |
|
It Lints! @ewbankkit, Appreciate your help as always. |
3dce130
to
c292859
Compare
Verified acceptance tests: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSDataSyncLocationFsxWindows_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSDataSyncLocationFsxWindows_ -timeout 120m
=== RUN TestAccAWSDataSyncLocationFsxWindows_basic
=== PAUSE TestAccAWSDataSyncLocationFsxWindows_basic
=== RUN TestAccAWSDataSyncLocationFsxWindows_disappears
=== PAUSE TestAccAWSDataSyncLocationFsxWindows_disappears
=== RUN TestAccAWSDataSyncLocationFsxWindows_Subdirectory
=== PAUSE TestAccAWSDataSyncLocationFsxWindows_Subdirectory
=== RUN TestAccAWSDataSyncLocationFsxWindows_Tags
=== PAUSE TestAccAWSDataSyncLocationFsxWindows_Tags
=== CONT TestAccAWSDataSyncLocationFsxWindows_basic
=== CONT TestAccAWSDataSyncLocationFsxWindows_Tags
=== CONT TestAccAWSDataSyncLocationFsxWindows_Subdirectory
=== CONT TestAccAWSDataSyncLocationFsxWindows_disappears
--- PASS: TestAccAWSDataSyncLocationFsxWindows_Tags (2968.99s)
--- PASS: TestAccAWSDataSyncLocationFsxWindows_disappears (3035.71s)
--- PASS: TestAccAWSDataSyncLocationFsxWindows_basic (3080.52s)
--- PASS: TestAccAWSDataSyncLocationFsxWindows_Subdirectory (3084.69s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 3084.752s |
@ewbankkit @DrFaust92 any idea when this will become public? It is currently blocking one of my customers. Thanks! |
36ff753
to
fa9a24c
Compare
fa9a24c
to
cf8019d
Compare
…markdown Co-authored-by: Kit Ewbank <[email protected]>
Co-authored-by: Kit Ewbank <[email protected]>
46087c6
to
1a67e6c
Compare
LGTM 🚀 Thanks @DrFaust92! Verified Acceptance Tests make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSDataSyncLocationFsxWindows_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSDataSyncLocationFsxWindows_ -timeout 120m
=== RUN TestAccAWSDataSyncLocationFsxWindows_basic
=== PAUSE TestAccAWSDataSyncLocationFsxWindows_basic
=== RUN TestAccAWSDataSyncLocationFsxWindows_disappears
=== PAUSE TestAccAWSDataSyncLocationFsxWindows_disappears
=== RUN TestAccAWSDataSyncLocationFsxWindows_subdirectory
=== PAUSE TestAccAWSDataSyncLocationFsxWindows_subdirectory
=== RUN TestAccAWSDataSyncLocationFsxWindows_tags
=== PAUSE TestAccAWSDataSyncLocationFsxWindows_tags
=== CONT TestAccAWSDataSyncLocationFsxWindows_basic
=== CONT TestAccAWSDataSyncLocationFsxWindows_tags
=== CONT TestAccAWSDataSyncLocationFsxWindows_subdirectory
=== CONT TestAccAWSDataSyncLocationFsxWindows_disappears
resource_aws_datasync_location_fsx_windows_file_system_test.go:117: [INFO] Got non-empty plan, as expected
--- PASS: TestAccAWSDataSyncLocationFsxWindows_basic (2908.00s)
--- PASS: TestAccAWSDataSyncLocationFsxWindows_disappears (2968.86s)
--- PASS: TestAccAWSDataSyncLocationFsxWindows_tags (3259.91s)
--- PASS: TestAccAWSDataSyncLocationFsxWindows_subdirectory (3480.53s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 3482.790s |
This has been released in version 3.8.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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! |
Community Note
Closes #12353
Release note for CHANGELOG:
Output from acceptance testing: