Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Provider ¶ added in v0.3.0
func Provider() terraform.ResourceProvider
Provider returns a terraform.ResourceProvider.
Types ¶
type Config ¶
type Config struct { Datacenter string `mapstructure:"datacenter"` Address string `mapstructure:"address"` Scheme string `mapstructure:"scheme"` Token string `mapstructure:"token"` CAFile string `mapstructure:"ca_file"` CertFile string `mapstructure:"cert_file"` KeyFile string `mapstructure:"key_file"` }
Source Files ¶
- config.go
- data_source_consul_keys.go
- key_client.go
- resource_consul_agent_service.go
- resource_consul_catalog_entry.go
- resource_consul_key_prefix.go
- resource_consul_keys.go
- resource_consul_keys_migrate.go
- resource_consul_node.go
- resource_consul_prepared_query.go
- resource_consul_service.go
- resource_provider.go
Click to show internal directories.
Click to hide internal directories.