Versions in this module Expand all Collapse all v0 v0.1.0 Jun 20, 2017 Changes in this version + const FINGERPRINT_FAIL + const FINGERPRINT_RETRIES + func MetadataFormatSchema(curMDMap map[string]interface{}, md *compute.Metadata) map[string]interface + func MetadataRetryWrapper(update func() error) error + func MetadataUpdate(oldMDMap map[string]interface{}, newMDMap map[string]interface{}, ...) + func Provider() terraform.ResourceProvider + func SignString(toSign []byte, cfg *jwt.Config) ([]byte, error) + type ComputeOperationError compute.OperationError + func (e ComputeOperationError) Error() string + type ComputeOperationWaitType byte + const ComputeOperationWaitGlobal + const ComputeOperationWaitInvalid + const ComputeOperationWaitRegion + const ComputeOperationWaitZone + type ComputeOperationWaiter struct + Op *compute.Operation + Project string + Region string + Service *compute.Service + Type ComputeOperationWaitType + Zone string + func (w *ComputeOperationWaiter) Conf() *resource.StateChangeConf + func (w *ComputeOperationWaiter) RefreshFunc() resource.StateRefreshFunc + type Config struct + Credentials string + Project string + Region string + type ContainerOperationWaiter struct + Op *container.Operation + Project string + Service *container.Service + Zone string + func (w *ContainerOperationWaiter) Conf() *resource.StateChangeConf + func (w *ContainerOperationWaiter) RefreshFunc() resource.StateRefreshFunc + type DnsChangeWaiter struct + Change *dns.Change + ManagedZone string + Project string + Service *dns.Service + func (w *DnsChangeWaiter) Conf() *resource.StateChangeConf + func (w *DnsChangeWaiter) RefreshFunc() resource.StateRefreshFunc + type ResourceManagerOperationWaiter struct + Op *cloudresourcemanager.Operation + Service *cloudresourcemanager.Service + func (w *ResourceManagerOperationWaiter) Conf() *resource.StateChangeConf + func (w *ResourceManagerOperationWaiter) RefreshFunc() resource.StateRefreshFunc + type RoleEntity struct + Entity string + Role string + type ServiceManagementOperationWaiter struct + Op *servicemanagement.Operation + Service *servicemanagement.APIService + func (w *ServiceManagementOperationWaiter) Conf() *resource.StateChangeConf + func (w *ServiceManagementOperationWaiter) RefreshFunc() resource.StateRefreshFunc + type SqlAdminOperationError sqladmin.OperationErrors + func (e SqlAdminOperationError) Error() string + type SqlAdminOperationWaiter struct + Op *sqladmin.Operation + Project string + Service *sqladmin.Service + func (w *SqlAdminOperationWaiter) Conf() *resource.StateChangeConf + func (w *SqlAdminOperationWaiter) RefreshFunc() resource.StateRefreshFunc + type UrlData struct + ContentMd5 string + ContentType string + Expires int + HttpHeaders map[string]string + HttpMethod string + JwtConfig *jwt.Config + Path string + func (u *UrlData) EncodedSignature() (string, error) + func (u *UrlData) Signature() ([]byte, error) + func (u *UrlData) SignedUrl() (string, error) + func (u *UrlData) SigningString() []byte