Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[AV-87721] GSI release documentation for Terraform V1.4.0 #244
base: AV-87721_release_documentation_for_V1.4.0
Are you sure you want to change the base?
[AV-87721] GSI release documentation for Terraform V1.4.0 #244
Changes from 58 commits
1357aae
ff757ad
5b9b6ad
dd7fddd
7748ae0
1e32130
3874e44
db5f07e
7b54667
b5239ff
5f43574
7d7a78a
6b32b38
9589750
b6ca35d
582b6cc
ba0cd42
d9d93ec
408546e
1292df8
26d86fa
70a5e6d
e26e82e
cff6e19
605985c
83f5524
158b509
a2673d0
eb801d4
6a7597f
bfd6e46
b989623
50c83bb
cce0627
d7c217d
3eaf05f
8e54e25
dcae6d3
218633a
9f65692
5c6efe5
1d1f308
155c53a
6620159
4d35b08
d3a728a
dbc7247
7e0c8e6
e67bc4a
62cc8b3
9b7fc34
affbefc
cf0fff7
c34b2ef
0801ce1
7ae6b22
52af5fe
0375a68
89e6ce7
2f2142b
0ff4723
9746681
7847f35
d157a88
83afb62
58e61ac
9eedb3d
9a13a63
37d5e2b
adeda6d
337148a
7bfc147
7847c0c
31ebb9c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should encourage customers to only create 1 non-deferred index. Testing shows creating multiple non-deferred indexes is problematic. So please change to :
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@l0n3star Tagging in reference to discussion on slack thread. Tagging here so we don't miss
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@a-atri @simon-dew
please note I made significant updates (yesterday) to the non-deferred and deferred examples for several reasons. first, had to include output showing index status. this is priority for priya and request came in 2 days ago. second, updated the examples to give better guidance to users. in particular, we should encourages users to create 1 non-deferred index. third, priya wanted to use different bucket/scope/collection names to make it more user friendly.
please reference updated examples below:
https://github.com/couchbasecloud/terraform-provider-couchbase-capella/tree/7147d366f6fffee59b4772e16bf910e33dc9e680/examples/gsi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What kind of index? GSI and deferred or non-deferred?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's partitioned index (non-deferred).