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

Service Catalog Product resource added #13834

Closed
wants to merge 96 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
96 commits
Select commit Hold shift + click to select a range
f6321f3
refactoring artifact definition
bw-intuit Oct 25, 2017
8915edc
wip adding artifact block
bw-intuit Oct 26, 2017
f365893
refactoring to support new format
bw-intuit Nov 13, 2017
bfa2bc2
minor code cleanup
bw-intuit Nov 13, 2017
9227706
update based on code review
bw-intuit Apr 9, 2018
9370c2d
updates based on code review
bw-intuit Apr 10, 2018
0e57346
refactoring to updated template structure
bw-intuit May 3, 2018
07107de
fix test
bw-intuit May 3, 2018
ea45424
minor code / test cleanup
bw-intuit May 3, 2018
051a1a0
adding comment
bw-intuit May 3, 2018
5179004
reading template url, fix import
bw-intuit May 3, 2018
88f81f0
refactored, added acceptance tests and documentation
trung Jun 21, 2018
22148da
minor fixes
trung Jun 25, 2018
8870e42
initial testing
May 23, 2020
e887f5f
hope and prayer
May 23, 2020
b261bbd
found the work of @trung and getting it up and running
May 23, 2020
c01782c
intial creation working
May 25, 2020
bea44a7
updates
May 26, 2020
383dbfd
Merge remote-tracking branch 'trung/f-service-catalog' into sc-produc…
ahgittin Jun 12, 2020
975fd2d
Merge remote-tracking branch 'frc9/master' into sc-product-and-pp
ahgittin Jun 12, 2020
848689c
Merge branch 'master' into sc-product-and-pp
ahgittin Jun 12, 2020
413cd8a
update servicecatalog_product helper imports
kemitix Jun 11, 2020
dee8315
revert go.mod and go.sum
ahgittin Jun 12, 2020
56493a6
fix error handling on PP
ahgittin Jun 12, 2020
1d8c7a6
fix syntax errors in servicecatalog product tests
ahgittin Jun 12, 2020
bfaadb1
include TODO items for things not supported on product
ahgittin Jun 12, 2020
243dc9a
provisioned product - create, read, and delete minimally working
ahgittin Jun 12, 2020
440ef4b
Merge branch 'master' into sc-product-and-pp
kemitix Jun 15, 2020
676b9d0
sc-product: define timeouts for update and delete operations
kemitix Jun 15, 2020
eb1a397
sc-product: generate idempotencyToken as resource id
kemitix Jun 15, 2020
258271d
sc-product: extract waitFor…Status method
kemitix Jun 15, 2020
93fbd22
sc-provisioned-product: add wait for resource to create
kemitix Jun 15, 2020
24f04a2
Merge remote-tracking branch 'origin/master' into sc-product-and-pp
ahgittin Jun 15, 2020
1818eac
minor corrections to product doc, and add a useful "complete" example
ahgittin Jun 15, 2020
3b98f38
Merge branch 'sc-product-and-pp' of github.com:cloudsoft/terraform-pr…
ahgittin Jun 15, 2020
63763ef
sc-product-portfolio-assoc: crud
kemitix Jun 15, 2020
7a15c8c
add docs for service catalog provisioned product and portfolio-produc…
ahgittin Jun 16, 2020
222fea6
Merge branch 'sc-product-and-pp' of github.com:cloudsoft/terraform-pr…
ahgittin Jun 16, 2020
971ac5b
sc-product-portfolio-assoc: cast ids to string early
kemitix Jun 16, 2020
edc5efd
sc-product-portfolio-assoc: fetch all pages ListPortfoliosForProduct
kemitix Jun 16, 2020
b24619a
sc-product-portfolio-assoc: rename methods to fit existing pattern
kemitix Jun 16, 2020
25ab24a
update PP and add'l fields
ahgittin Jun 16, 2020
07c104a
Merge branch 'sc-product-and-pp' of github.com:cloudsoft/terraform-pr…
ahgittin Jun 16, 2020
610384d
SC PP - support params, tags; better wait logic
ahgittin Jun 16, 2020
4e025ed
SC - Product - wait for completion of tasks, not just submission
ahgittin Jun 16, 2020
3c661c6
sc-product-portfolio-assoc: register in provider.go
kemitix Jun 16, 2020
1b8d9f3
sc-product-portfolio-assoc: first pass at basic test
kemitix Jun 16, 2020
e1327f5
wait for, and test, deletion of SC Product and SC ProvisionedProduct
ahgittin Jun 16, 2020
515b1cd
Merge branch 'sc-product-and-pp' of github.com:cloudsoft/terraform-pr…
ahgittin Jun 16, 2020
0b7e87e
sc-product-portfolio-assoc: minor updates to docs
kemitix Jun 16, 2020
7377257
fix ID syntax for portfolio-product-association -- all tests passing,…
ahgittin Jun 16, 2020
c94fab4
sc-product-portfolio-assoc: revert to standard format for arguments
kemitix Jun 16, 2020
035dfac
Merge branch 'sc-product-and-pp' of github.com:cloudsoft/terraform-pr…
ahgittin Jun 16, 2020
59fa151
sc-provisioned-product: fix typo in docs
kemitix Jun 16, 2020
c34bb97
add portfolio-principal association, and use it for product provision…
ahgittin Jun 16, 2020
d22fcd8
Merge branch 'sc-product-and-pp' of github.com:cloudsoft/terraform-pr…
ahgittin Jun 17, 2020
888aa0b
sc-portfolio-assocs: Add todo notes to reduce api calls
kemitix Jun 17, 2020
06af8fb
sc-portfolio-assocs: only fetch pages when assoc not yet found
kemitix Jun 17, 2020
9294fb1
fix the product provisioning test, ensure use of separate providers a…
ahgittin Jun 17, 2020
80ff8af
Merge branch 'sc-product-and-pp' of github.com:cloudsoft/terraform-pr…
ahgittin Jun 17, 2020
f096f5d
Merge branch 'master' into sc-product-and-pp
ahgittin Jun 17, 2020
f5ca63e
SC provisioned-product test passing!
ahgittin Jun 17, 2020
ae3e74d
tidy up - merge util class with the (only) place it is used
ahgittin Jun 17, 2020
bc84989
apply gofmt
ahgittin Jun 17, 2020
9793677
SC - more miny tidies and explanations
ahgittin Jun 17, 2020
b8b8b4b
shorten prefixes to fit within 20 char limit
ahgittin Jun 17, 2020
866f047
fix most linter-flagged issues
ahgittin Jun 17, 2020
19fca67
address go lint issues
ahgittin Jun 17, 2020
603d288
address linter issues in docs page (deprecated frontmatter)
ahgittin Jun 17, 2020
eee00a1
SC - address first round of PR review comments
ahgittin Jun 18, 2020
08716d3
revert the index files - not to have any SC items (to avoid merge con…
ahgittin Jun 18, 2020
70ac64a
remove provisioned product additions for now, focus on incremental PRs
ahgittin Jun 18, 2020
625c9b7
remove portfolio-principal-association additions for now, focus on in…
ahgittin Jun 18, 2020
2dcb083
remove portfolio-product-association additions for now, focus on incr…
ahgittin Jun 18, 2020
85d33e4
remove product additions and portfolio changes for now, focus on incr…
ahgittin Jun 18, 2020
9af48f5
restore product additions and portfolio changes, focus on incremental…
ahgittin Jun 18, 2020
db3e1aa
improve product tests to conform with conventions
ahgittin Jun 18, 2020
0551515
add product to index files
ahgittin Jun 18, 2020
bdce9ea
add checks on AWS output - name and whether product has been re-creat…
ahgittin Jun 18, 2020
a57bf3f
test improvements - add disappears test, simplify template
ahgittin Jun 19, 2020
256bd32
correct ID format in docs
ahgittin Jun 19, 2020
4724b3e
update product_test method names to match prevailing conventions
ahgittin Jun 22, 2020
98c2c44
SC product - fix bug in tag removal
ahgittin Jun 22, 2020
9ba34d8
remove changes to Portfolio here; do them in another PR
ahgittin Jun 22, 2020
0eb761d
replace deprecated `"${x}"` expressions with just `x`
ahgittin Jun 25, 2020
05c6044
SC product - use standard method for SC tags from input
ahgittin Jul 10, 2020
39a5a7a
SC product - remove pointless extra conversion of map from SC tags
ahgittin Jul 10, 2020
2ed98dc
SC product - code review - refactor extracting methods and add valida…
ahgittin Jul 21, 2020
24cb977
SC Product - change tests to be very very much like the recommended f…
ahgittin Jul 21, 2020
131d9ed
Merge branch 'master' into f-servicecatalog-product
ahgittin Jul 21, 2020
a0da08f
conform markdown examples to new terrafmt
ahgittin Jul 21, 2020
862fb04
SC Product - remove region on bucket, it no longer works
ahgittin Jul 21, 2020
da120b2
Merge branch 'master' into f-servicecatalog-product
ahgittin Sep 26, 2020
2d6833b
Update imports to use v2/ of plugin SDK
ahgittin Sep 26, 2020
9c9dd75
fix trailing spaces in markdown
ahgittin Sep 26, 2020
e65df4f
fix markdown indentation
ahgittin Sep 26, 2020
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
1 change: 1 addition & 0 deletions aws/provider.go
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,7 @@ func Provider() *schema.Provider {
"aws_securityhub_product_subscription": resourceAwsSecurityHubProductSubscription(),
"aws_securityhub_standards_subscription": resourceAwsSecurityHubStandardsSubscription(),
"aws_servicecatalog_portfolio": resourceAwsServiceCatalogPortfolio(),
"aws_servicecatalog_product": resourceAwsServiceCatalogProduct(),
"aws_service_discovery_http_namespace": resourceAwsServiceDiscoveryHttpNamespace(),
"aws_service_discovery_private_dns_namespace": resourceAwsServiceDiscoveryPrivateDnsNamespace(),
"aws_service_discovery_public_dns_namespace": resourceAwsServiceDiscoveryPublicDnsNamespace(),
Expand Down
Loading