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

enhancement: add path to smb fileshare schema #12623

Merged

Conversation

artur-sak13
Copy link
Contributor

The path value is retrieved after the resource is created/updated but since it was missing from the schema it's not available for output as per the documentation.

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #12622
Related To #12527

Release note for CHANGELOG:

* Expose the `path` attribute on `aws_storagegateway_smb_file_share` (see #12622)

Output from acceptance testing:

$ make testacc TESTARGS='-run=TestAccAWSStorageGatewaySMBFileShare.*'

...

@artur-sak13 artur-sak13 requested a review from a team April 1, 2020 22:04
@ghost ghost added needs-triage Waiting for first response or review from a maintainer. service/storagegateway Issues and PRs that pertain to the storagegateway service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. size/XS Managed by automation to categorize the size of a PR. labels Apr 1, 2020
@artur-sak13 artur-sak13 force-pushed the storage-gateway-smb-file-share-path branch from a3ef303 to 3251991 Compare April 6, 2020 17:27
@bflad bflad added bug Addresses a defect in current functionality. and removed needs-triage Waiting for first response or review from a maintainer. labels Apr 11, 2020
@bflad bflad self-assigned this Apr 11, 2020
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this, @artur-sak13 🚀

Output from acceptance testing:

--- PASS: TestAccAWSStorageGatewaySmbFileShare_KMSEncrypted (241.49s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Authentication_GuestAccess (250.01s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ObjectACL (301.25s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_GuessMIMETypeEnabled (310.96s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_RequesterPays (312.38s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ReadOnly (313.12s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_DefaultStorageClass (318.51s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Tags (388.64s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_KMSKeyArn (390.32s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Authentication_ActiveDirectory (678.03s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ValidUserList (824.09s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_InvalidUserList (868.55s)

@bflad bflad added this to the v2.60.0 milestone Apr 29, 2020
@bflad bflad merged commit e585323 into hashicorp:master Apr 29, 2020
bflad added a commit that referenced this pull request Apr 29, 2020
@ghost
Copy link

ghost commented May 1, 2020

This has been released in version 2.60.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!

adamdecaf pushed a commit to adamdecaf/terraform-provider-aws that referenced this pull request May 28, 2020
…corp#12623)

Output from acceptance testing:

```
--- PASS: TestAccAWSStorageGatewaySmbFileShare_KMSEncrypted (241.49s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Authentication_GuestAccess (250.01s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ObjectACL (301.25s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_GuessMIMETypeEnabled (310.96s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_RequesterPays (312.38s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ReadOnly (313.12s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_DefaultStorageClass (318.51s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Tags (388.64s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_KMSKeyArn (390.32s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_Authentication_ActiveDirectory (678.03s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_ValidUserList (824.09s)
--- PASS: TestAccAWSStorageGatewaySmbFileShare_InvalidUserList (868.55s)
```
@ghost
Copy link

ghost commented May 30, 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 May 30, 2020
@artur-sak13 artur-sak13 deleted the storage-gateway-smb-file-share-path branch November 17, 2020 23:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Addresses a defect in current functionality. service/storagegateway Issues and PRs that pertain to the storagegateway service. size/XS Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

aws_storagegateway_smb_file_share does not populate the path attribute
2 participants