Daily challenges →
🌊 Terraform hard ⚡ 75 XP

What is the `terraform_remote_state` data source used for?

data "terraform_remote_state" "vpc" { backend = "s3" ... } accesses outputs from a separate Terraform root module — enables cross-module data sharing without hard-coding values.

🌊 This is a free sample — 507+ more questions on DevOps Ocean

Sign in free to practice the full question bank with daily challenges, XP, streaks, duels and a global leaderboard.

Practice the full bank — free →