diff --git a/bigtable_automation/terraform/main.tf b/bigtable_automation/terraform/main.tf index fb21233..f225088 100644 --- a/bigtable_automation/terraform/main.tf +++ b/bigtable_automation/terraform/main.tf @@ -13,6 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +terraform { + backend "gcs" {} +} + locals { resource_suffix = ( var.resource_suffix != null ?