{ "version": 4, "terraform_version": "1.8.0", "serial": 345, "lineage": "ef85e477-26c7-6a4f-ee5a-76f2d927ca06", "outputs": { "db_endpoint": { "value": "db-2.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-477bca5e940103d00", "ami": "ami-3219a84b", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-04d07cdc"], "subnet_id": "subnet-d1d48bb0", "key_name": "prod-deploy-key" } } ] } ] }