Difference between revisions of "Terragrunt block: remote state"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
  
 
  [[terraform]] {
 
  [[terraform]] {
 +
 +
}
  
  }
+
 
 +
== Example ==
 +
  remote_state {
 +
    backend = "s3"
 +
    config = {
 +
      bucket = "mybucket"
 +
      key    = "path/to/my/key"
 +
      region = "us-east-1"
 +
    }
 +
  }
  
 
== Errors ==
 
== Errors ==

Revision as of 15:05, 20 June 2023

Advertising: