Commit graph

4 commits

Author SHA1 Message Date
Suzuki Shunsuke
f213e3a348 style: format with gofumpt
https://github.com/mvdan/gofumpt

```
$ gofumpt -l -s -w docker/*
```
2020-12-12 19:26:11 +09:00
Manuel Vogel
78c0c326d1
Merge branch 'master' of git://github.com/juliosueiras/terraform-provider-docker into juliosueiras-master 2020-10-11 15:25:20 +02:00
Manuel Vogel
cdc0d912cc
Merge branch 'feat/ipv6-attrs' of git://github.com/ellsclytn/terraform-provider-docker into ellsclytn-feat/ipv6-attrs 2020-10-11 12:36:36 +02:00
Shunsuke Suzuki
d0b7c03eb8
Set Computed: true and separate files of resourceDockerContainerV1 (#272)
* Set `Computed: true` to some attributes to prevent force recreation
* Separate files of resourceDockerContainer and resourceDockerContainerV1
2020-08-02 17:31:59 +02:00