{ "version": 4, "terraform_version": "1.7.4", "serial": 257, "lineage": "4ca0f94b-f92d-3cd9-9c64-09b10d46cdde", "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-e535351dc3d3768e5", "ami": "ami-d8ce2875", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1cec9186"], "subnet_id": "subnet-3c336ff9", "key_name": "prod-deploy-key" } } ] } ] }