Skip to content

Commit

Permalink
[Custom DC] Use gcs backend for Terraform state (#209)
Browse files Browse the repository at this point in the history
* [Custom DC] Fix terraform deployment for BT automation

* Make BT table deletable

* [Custom DC] Use gcs backend for state

---------

Co-authored-by: Alex Chen <[email protected]>
  • Loading branch information
Fructokinase and Alex Chen authored Feb 22, 2023
1 parent 6840983 commit af4a968
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bigtable_automation/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 ?
Expand Down

0 comments on commit af4a968

Please sign in to comment.