mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
terraform: Adding provisioners to a resource
This commit is contained in:
parent
d46ca67f92
commit
55124b9e28
@ -13,11 +13,12 @@ import (
|
||||
// its current state, and potentially a desired diff from the state it
|
||||
// wants to reach.
|
||||
type Resource struct {
|
||||
Id string
|
||||
Config *ResourceConfig
|
||||
Diff *ResourceDiff
|
||||
Provider ResourceProvider
|
||||
State *ResourceState
|
||||
Id string
|
||||
Config *ResourceConfig
|
||||
Diff *ResourceDiff
|
||||
Provider ResourceProvider
|
||||
State *ResourceState
|
||||
Provisioners []ResourceProvisioner
|
||||
}
|
||||
|
||||
// Vars returns the mapping of variables that should be replaced in
|
||||
|
Loading…
Reference in New Issue
Block a user