Pam Selle
7938b2994e
Update CHANGELOG.md
2019-08-15 16:02:48 -04:00
Pam Selle
901ec990ed
Merge pull request #22156 from binlab/feature/bastion-ca-ssh
...
Add SSH certificate authentication method for connection via Bastion
2019-08-15 16:01:54 -04:00
Brian Flad
0d19465ada
Merge pull request #22318 from hashicorp/d-cli-quote-resource-addresses
...
docs: Additional for_each commands and resource addressing documentation
2019-08-15 10:03:44 -04:00
James Bardin
554cedab8a
don't validate Min/Max block vals in CoerceValue
...
A provider may not have the data to fill in required block values in all
cases during the resource Read operation. This is more common in import,
because there is no initial configuration or state, and it's possible
some values are only provided in the configuration.
The original intent of MinItems and MaxItems in the schema was to
enforce configuration constraints, not to enforce what the resource
could save in the state. Since the configuration is already statically
validated, and the Schema is validated against the configuration in a
separate step, we can drop these extra validation constraints in
CoerceValue and relax it to only ensure the types conform to what is
expected.
2019-08-15 10:02:39 -04:00
Kristin Laemmert
1442ff047d
website/docs: document providers schema output format ( #22361 )
...
* website/docs: document providers schema output format
* Update website/docs/commands/providers/schema.html.md
Co-Authored-By: Nick Fagerlund <nick@hashicorp.com>
2019-08-15 09:57:51 -04:00
Martin Atkins
a66e293232
Update CHANGELOG.md
2019-08-13 15:28:08 -07:00
Roberto Jung Drebes
b459a92575
backend/gcs: Use new endpoints for Google OAuth
...
This is a consequence of googleapis/google-cloud-common#260 .
2019-08-13 15:24:34 -07:00
Pam Selle
fcd4e9822f
Update CHANGELOG.md
2019-08-13 17:36:51 -04:00
Pam Selle
62f06aecf6
Update CHANGELOG.md
2019-08-13 17:36:25 -04:00
Pam Selle
e2931763bf
Merge pull request #22454 from pselle/nokeymoregraph
...
Add edge when calculating for_each orphans
2019-08-13 17:35:20 -04:00
Pam Selle
e6817f6319
Reordering, comment update
2019-08-13 17:22:14 -04:00
Pam Selle
15c557989f
Merge pull request #18082 from jbwyatt4/patch-1
...
Link to license is broken; now linked to local copy of MPL
2019-08-13 17:14:20 -04:00
Pam Selle
9631e4c73d
Merge pull request #20571 from sergkondr/fix_misspelling
...
fix misspelling
2019-08-13 17:13:13 -04:00
Pam Selle
3426060628
Merge pull request #22297 from dlamotte/patch-1
...
Properly end code block in upgrade docs
2019-08-13 17:11:38 -04:00
Pam Selle
6fd72eb136
Update CHANGELOG.md
2019-08-13 17:09:18 -04:00
Pam Selle
0b7019a098
Merge pull request #22428 from wata727/update-hcl2
...
Bump github.com/hashicorp/hcl2
2019-08-13 17:08:16 -04:00
Pam Selle
06e72c693f
Add test
2019-08-13 16:31:07 -04:00
Pam Selle
6fae69f07b
Creating the node would be nice
2019-08-13 10:38:52 -04:00
Pam Selle
b9fa724273
Add edge
2019-08-13 10:24:26 -04:00
Pam Selle
3662dbc03d
Ensure no key added to graph first
2019-08-13 10:10:36 -04:00
Radek Simko
a933b44bc5
Update CHANGELOG.md
2019-08-12 20:20:57 +01:00
Radek Simko
98a796c3a3
Merge pull request #22272 from hashicorp/f-httpclient-ua
...
httpclient: Introduce composable UserAgent()
2019-08-12 20:20:03 +01:00
wata_mac
f68d94b608
Bump github.com/hashicorp/hcl2
2019-08-11 16:43:12 +09:00
Martin Atkins
a64707272c
.tfdev: remove platform build constraint
...
Terraform CLI should build for all of our standard targets.
2019-08-09 15:10:52 -07:00
Chris Griggs
987401518c
Merge pull request #22417 from hashicorp/cgriggs01-exoscale
...
[Website] Add Exoscale provider links
2019-08-09 12:54:53 -07:00
appilon
7f13fc0f5f
Merge pull request #22415 from hashicorp/appilon/swap-uuidv5
...
[vendor] remove satori/go.uuid in favor of google/uuid
2019-08-09 15:42:41 -04:00
cgriggs01
a037bb19f0
Add Exoscale provider links
2019-08-09 12:39:18 -07:00
Alex Pilon
e2eb70b737
remove satori/go.uuid in favor of google/uuid
2019-08-09 15:09:41 -04:00
Nick Fagerlund
979a2fa6d1
website: Align `count` and `for_each` sections
...
- Make these descriptions more similar, since they do basically the same thing.
- Add some subheaders to break up the wall of text and make it more skimmable.
- Nudge people more firmly toward `for_each` if they need to actually
incorporate data from a variable into their instances.
- Add version note so you know whether you can use this yet.
2019-08-08 14:13:10 -07:00
Dan LaMotte
27ecace1a1
Properly end code block in upgrade docs
...
The unterminated code block effectively breaks rendering in the latter half of this section https://www.terraform.io/upgrade-guides/0-12.html#equality-operations-must-be-valid-on-value-and-type
2019-08-08 16:03:20 -05:00
appilon
d3dc1263bf
Merge pull request #22382 from hashicorp/appilon/delete-files
...
[CLEANUP] Prune internal usage of config package (with 1 exception)
2019-08-08 13:01:00 -04:00
Alex Pilon
07d6289701
add comment noting deprecated type
2019-08-08 11:14:26 -04:00
Radek Simko
ecbfc365a0
Merge pull request #20157 from shinmog/conflictswith
...
helper/schema: Add "part" to ConflictsWith validation error
2019-08-08 14:20:35 +01:00
Brian Flad
cea149340c
docs/internal/resource-addressing: Omit for_each full splat example for now
2019-08-08 08:56:57 -04:00
Brian Flad
720b062d55
Apply suggestions from code review
...
Co-Authored-By: Nick Fagerlund <nick@hashicorp.com>
2019-08-08 08:54:40 -04:00
Radek Simko
76ba72dcda
Update CHANGELOG.md
2019-08-08 13:54:36 +01:00
Radek Simko
db7d1826e4
Merge pull request #22312 from ewbankkit/add-rand-ip-address
...
helper/acctest: Add function to return random IP address
2019-08-08 13:53:51 +01:00
Radek Simko
7861cc6141
Merge pull request #20309 from chanzuckerberg/ryanking/remove_lifecycle_comment
...
helper/schema: Remove comment about nested schema.Resources having their own lifecycle
2019-08-08 13:48:22 +01:00
Radek Simko
350395d804
Add better comment
2019-08-08 13:21:04 +01:00
Radek Simko
a08ad08169
Merge pull request #18277 from ndmckinley/patch-1
...
helper/resource: Minor docs tweak on ImportStateVerify
2019-08-08 13:08:19 +01:00
Alex Pilon
77757d9f5b
prune references to config/module
...
delete config/module
prune references to config except in terraform/resource.go
move, cleanup, and delete inert code
2019-08-07 17:50:59 -04:00
James Bardin
f1a891659c
Merge pull request #22381 from hashicorp/jbardin/update-aws
...
update deps to match the aws provider
2019-08-07 16:55:05 -04:00
James Bardin
01f4dd4588
update deps to match the aws provider
...
Update the aws-sdk-go-base and aws-sdk-go packages to ensure the same
client behavior as the aws provider.
2019-08-07 16:33:57 -04:00
Justin Campbell
bb52552c17
registry/response: Remove unused verified bool
2019-08-07 12:33:51 -04:00
Alex Pilon
c993fc3c1b
better error handling for type assertions
2019-08-06 20:49:55 -04:00
appilon
a56e53ec5b
Merge pull request #22365 from hashicorp/appilon/move-hcl2shim
...
[CLEANUP] move hcl2shim package to configs
2019-08-06 20:20:36 -04:00
Alex Pilon
4bf43efcfd
move hcl2shim package to configs
2019-08-06 19:58:58 -04:00
The Terraform Team
fcb603616d
Merge pull request #20898 from sebbrandt87/patch-1
...
Removed -index from README
2019-08-06 22:17:20 +01:00
appilon
2574f7da57
Merge pull request #22270 from hashicorp/appilon/prune-terraform.NewResourceConfig
...
[CLEANUP] Prune terraform.NewResourceConfig
2019-08-06 16:00:16 -04:00
Alex Pilon
2a01704208
restore legacy functions for back compat
2019-08-06 15:22:28 -04:00