Rob Campbell
5daeee5f6d
Update various files for new version of "stringer"
...
The latest version of stringer now uses strconv instead of fmt.
2017-12-11 13:26:29 -08:00
Radek Simko
1244309579
Fix stringer comments ( #15069 )
2017-06-05 10:17:35 +01:00
He Guimin
87562be855
provider/alicloud: Add the function of replacing ecs instance's system disk ( #15048 )
...
* add replacing system disk function for ecs
* remove ForceNew of system_disk_size
2017-06-05 11:27:49 +03:00
Jake Champlin
ac177492fb
core: Revert stringer changes from earlier commits
2017-06-01 11:37:12 -04:00
Thomas Schaaf
79c91e11c8
provider/aws: Add aws elastic beanstalk solution stack ( #14944 )
...
* Add aws elastic beanstalk solution stack
Signed-off-by: Thomas Schaaf <thomaschaaf@Thomass-MBP.fritz.box>
* Fix incorrect naming
Signed-off-by: Thomas Schaaf <thomaschaaf@Thomass-MBP.fritz.box>
* Use unique go variable/function names
Signed-off-by: Thomas Schaaf <thomaschaaf@Thomass-MacBook-Pro.local>
* Add docs to sidebar
* Sort provider by alphabet
* Fix indent
* Add required statement
* Fix acceptance test
2017-06-01 02:23:06 +03:00
Martin Atkins
b1763e262a
Restore stringer-generated files back to new version
...
stringer has changed the boilerplate it generates in a recent version.
We'd previously updated to the new format but accientally rolled back
to the old while merging a long-running feature branch.
This restores us back to the new format again.
2017-04-21 14:49:18 -07:00
Jasmin Gacic
61499cfcf0
Provider Oneandone ( #13633 )
...
* Terraform Provider 1&1
* Addressing pull request remarks
* Fixed imports
* Fixing remarks
* Test optimiziation
2017-04-21 17:19:10 +03:00
Martin Atkins
21cd5595e2
Update stringer-generated files to new boilerplate
...
golang/tools commit 23ca8a263 changed the format of the leading comment
to comply with some new standards discussed here:
https://golang.org/issue/13560
This is the result of running generate with the latest version of
stringer. Everyone working on Terraform will need to update stringer
after this is merged, to avoid reverting this:
go get -u golang.org/x/tools/cmd/stringer
2017-03-29 08:07:06 -07:00
James Nugent
f4c03ec2a6
Reflect new comment format in stringer.go
...
As of November 8th 2015, (4b07c5ce8a), the word "Code" is prepended to
the comments in Go source files generated by the stringer utility.
2015-11-09 11:38:51 -05:00
Mitchell Hashimoto
2212d6895d
helper/schema: diff with set going to 0 elements removes it from state
2015-02-17 11:38:56 -08:00