# Copyright 2021, Oracle Corporation and/or affiliates. All rights reserved. # Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl # Author: Georg Voell - georg.voell@oracle.com # Create the terraform state file in Object Storage project bucket terraform { backend "http" { address = "terraform.tfstate" update_method = "PUT" } }