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_finspace_kx_environment #31802

Merged
merged 23 commits into from
Jun 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
379c908
Adds finspace_kx_environment resource
kavan-aws Jun 6, 2023
5c523d1
Merge branch 'hashicorp:main' into f-finspace_kx_environment
kavan-aws Jun 6, 2023
820f89f
Ran make servicepackages
kavan-aws Jun 6, 2023
4acfa68
Merge branch 'hashicorp:main' into f-finspace_kx_environment
kavan-aws Jun 7, 2023
b278925
Formatting fixes to environment
kavan-aws Jun 7, 2023
731ccf0
r/aws_finspace_kx_environment: alphabetize attributes
jar-b Jun 7, 2023
7f59ba5
r/aws_finspace_kx_environment(docs): terrafmt
jar-b Jun 7, 2023
993cbd6
r/aws_finspace_kx_environment(docs): tidy import, example sections
jar-b Jun 7, 2023
ead4c1f
r/aws_finspace_kx_environment: handle deleted status in finder, updat…
jar-b Jun 7, 2023
653501e
r/aws_finspace_kx_environment: simplify test configs
jar-b Jun 7, 2023
ec5a6c8
r/aws_finspace_kx_environment(lint): rm unused return arg
jar-b Jun 7, 2023
32e7997
r/aws_finspace_kx_environment: crud handlers return diags
jar-b Jun 7, 2023
1f49244
r/aws_finspace_kx_environment: add name to registration
jar-b Jun 7, 2023
04f1cdb
r/aws_finspace_kx_environment: add UpdateTags flag
jar-b Jun 7, 2023
3420d01
Merge branch 'hashicorp:main' into f-finspace_kx_environment
kavan-aws Jun 7, 2023
46dedb6
Merge branch 'main' into f-finspace_kx_environment
jar-b Jun 8, 2023
d3c6eda
r/aws_finspace_kx_environment: tag after creation
jar-b Jun 8, 2023
a55f943
r/aws_finspace_kx_environment(docs): use standard tags, tags_all desc…
jar-b Jun 8, 2023
b4b2ed3
r/aws_finspace_kx_environment(docs): alphabetize
jar-b Jun 8, 2023
4855a5c
chore: mdlint
jar-b Jun 8, 2023
4782a6b
chore: changelog
jar-b Jun 8, 2023
e78ede6
r/aws_finspace_kx_environment(test): add ctx to check funcs
jar-b Jun 8, 2023
a4cf4fc
r/aws_finspace_kx_environment(test): golangci-lint
jar-b Jun 8, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .changelog/31802.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
aws_finspace_kx_environment
```
2 changes: 1 addition & 1 deletion internal/service/finspace/generate.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//go:generate go run ../../generate/tags/main.go -ServiceTagsMap -AWSSDKVersion=2 -KVTValues -ListTags -SkipTypesImp
//go:generate go run ../../generate/tags/main.go -ServiceTagsMap -AWSSDKVersion=2 -KVTValues -ListTags -CreateTags -UpdateTags -SkipTypesImp
// ONLY generate directives and package declaration! Do not add anything else to this file.

package finspace
Loading