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
Sebastian Brandt
5d4826894c
Update website/docs/commands/untaint.html.markdown
...
Co-Authored-By: The Terraform Team <52939924+teamterraform@users.noreply.github.com>
2019-08-06 21:18:20 +02:00
Martin Atkins
869ac3359a
Update CHANGELOG.md
2019-08-06 11:53:39 -07:00
Martin Atkins
135afaeb9c
lang: "regex" and "regexall" functions
...
These existing upstream cty functions allow matching strings against
regular expression patterns, which can be useful if you need to consume
a non-standard string format that Terraform doesn't (and can't) have a
built-in function for.
2019-08-06 11:52:14 -07:00
Pam Selle
9ab928eef6
Update CHANGELOG.md
2019-08-06 14:25:03 -04:00
Pam Selle
ce8e7811ae
Merge pull request #18823 from minamijoyo/fix-multibyte-trucate
...
command/hook_ui: Truncate the ID considering multibyte characters
2019-08-06 14:24:24 -04:00
Alex Pilon
ec0402a238
add case to decoder to assert to slice, then each item to a map
2019-08-05 22:08:05 -04:00
Alex Pilon
d1448fc319
restore test
...
switch provisioner validation to cast to []interface{} first
2019-08-05 22:08:04 -04:00
Alex Pilon
732211617e
fix typo
2019-08-05 22:08:04 -04:00
Alex Pilon
6ae281b34f
set Err to true for test
...
This was likely meant to be set to Err true but
the old parser mistakenly didn't raise an error
2019-08-05 22:08:04 -04:00
Alex Pilon
6de3c32652
comment out failing test
2019-08-05 22:08:04 -04:00
Alex Pilon
83aa07f907
prune NewResourceConfig and update tests
2019-08-05 22:08:03 -04:00
Brian Flad
3a1a39bed3
docs/commands: Switch using count/for_each to configured with count/for_each
...
Reference: https://github.com/hashicorp/terraform/pull/22318#discussion_r310587243
2019-08-05 21:50:17 -04:00
Pam Selle
e9f8f92fce
Update CHANGELOG.md
2019-08-05 12:47:12 -04:00
Pam Selle
da1ab617b8
Merge pull request #22332 from hashicorp/revert-21345-master
...
Revert "Habitat License Acceptance changes. "
2019-08-05 12:44:23 -04:00
Pam Selle
291cf8c5a4
Revert "Habitat License Acceptance changes. "
2019-08-05 12:43:55 -04:00
Pam Selle
697a0c435e
Update CHANGELOG.md
2019-08-05 12:41:34 -04:00
Pam Selle
9020636f93
Merge pull request #21345 from mudash/master
...
Habitat License Acceptance changes.
2019-08-05 12:40:34 -04:00
The Terraform Team
165e3cc28c
Merge pull request #21906 from ajayk/readme-vagrant-ref
...
readme : remove references to vagrant file
2019-08-05 12:39:34 -04:00
The Terraform Team
2326acaefe
website/docs: add type to example variable
...
added type to variable
2019-08-05 12:33:00 -04:00
Radek Simko
34d90d4be0
httpclient: Introduce composable UserAgent()
...
This interface is meant to replace the following ones (in use by some providers):
- httpclient.UserAgentString() (e.g. AzureRM, Google)
- terraform.UserAgentString (e.g. OpenStack, ProfitBricks)
- terraform.VersionString (e.g. AWS, AzureStack, DigitalOcean, Kubernetes)
This also proposes the initial UA string to be set to
HashiCorp Terraform/X.Y.Z (+https://www.terraform.io )
2019-08-05 11:07:21 +01:00
kmoe
3a0c1794b6
Merge pull request #22320 from hashicorp/svh/f-fmt-help
...
Mention the -no-color option
2019-08-04 15:42:55 +01:00
Sander van Harmelen
e81fafeefa
Mention the -no-color option
...
This option is a valid option for the fmt subcommand, but it isn't
listed in the help text.
2019-08-04 10:18:09 +02:00
Brian Flad
3ad05e50a4
docs/internal/resource-addressing: Add for_each information
2019-08-02 19:38:13 -04:00
Brian Flad
48624255ce
docs/commands: Show count and for_each resource address examples for commands
...
Verified on Mac OS 10.14.6 and Windows 10.
2019-08-02 19:36:24 -04:00
appilon
eada5e03fc
Merge pull request #22317 from hashicorp/appilon/turn-off-slack-panics
...
[hashibot] remove panic notifier
2019-08-02 17:58:38 -04:00
Alex Pilon
f2b9d1a526
remove panic notifier
2019-08-02 17:52:33 -04:00
Pam Selle
234c1c482a
Add a comment
2019-08-02 16:15:18 -04:00
Pam Selle
cd83e6108d
Fixes issue where attribute in nested is not of list type/is invalid and would panic
2019-08-02 16:08:16 -04:00
Kit Ewbank
949a6ae695
Add 'RandIpAddress'.
2019-08-02 14:51:40 -04:00
James Bardin
3cda2bd7a5
Merge pull request #22299 from hashicorp/jbardin/state-mv
...
allow moving resource to new modules not in state
2019-08-02 09:21:04 -04:00
Kristin Laemmert
88197bfa01
Update CHANGELOG.md
2019-08-02 09:00:03 -04:00