Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. data "terraform_remote_state" "sharedInfrastructure" {
  2. backend = "azurerm"
  3.  
  4. config = {
  5. storage_account_name = "__terraformstorageaccount__"
  6. container_name = "sharedInfrastructure"
  7. key = "shared.infrastructure.tfstate"
  8. access_key = "__storagekey__"
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement