{ "version": 4, "terraform_version": "1.8.0", "serial": 267, "lineage": "65b32bc8-73b7-a565-965a-b63716e1e18f", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.acme-corp.com", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-d294695a809fb69d3", "ami": "ami-018cb15a", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-9612e636"], "subnet_id": "subnet-15a40bc6", "key_name": "prod-deploy-key" } } ] } ] }