mirror of https://github.com/hashicorp/terraform
parent
93a55f15e9
commit
c054bd0939
@ -1,5 +1,5 @@
|
||||
// Package gcloud implements remote storage of state on Google Cloud Storage (GCS).
|
||||
package gcloud
|
||||
// Package gcs implements remote storage of state on Google Cloud Storage (GCS).
|
||||
package gcs
|
||||
|
||||
import (
|
||||
"context"
|
||||
@ -1,4 +1,4 @@
|
||||
package gcloud
|
||||
package gcs
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
@ -1,4 +1,4 @@
|
||||
package gcloud
|
||||
package gcs
|
||||
|
||||
import (
|
||||
"testing"
|
||||
@ -1,4 +1,4 @@
|
||||
package gcloud
|
||||
package gcs
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
Loading…
Reference in new issue