Skip to content

Commit

Permalink
created remote_state.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vikas99341 authored Jan 12, 2023
1 parent a9c69b7 commit 0dc13f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions remote-state/security-project/remote_state.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
data "terraform_remote_state" "eip" {
backend = "s3"
config = {
bucket = "terraform-eve-s3-backend-1101"
key = "network-project/eip.tfstate"
region = "ap-south-1"
}
}

0 comments on commit 0dc13f2

Please sign in to comment.