We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60a8695 commit e1e17a5Copy full SHA for e1e17a5
internal/provider/resource_remote_file.go
@@ -34,26 +34,22 @@ func resourceRemoteFile() *schema.Resource {
34
"content": {
35
Description: "Content of file.",
36
Type: schema.TypeString,
37
- ForceNew: true,
38
Required: true,
39
},
40
"permissions": {
41
Description: "Permissions of file (in octal form).",
42
43
- ForceNew: false,
44
Default: "0644",
45
Optional: true,
46
47
"group": {
48
Description: "Group (GID) of file.",
49
50
51
52
53
"owner": {
54
Description: "Owner (UID) of file.",
55
56
57
58
59
0 commit comments