{ "version": 4, "terraform_version": "1.5.7", "serial": 369, "lineage": "12ed6177-7a84-6dc3-f009-a6cd86bede4b", "outputs": { "db_endpoint": { "value": "db-4.us-east-1.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-0bd40d3bf03238730", "ami": "ami-0b7a895a", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-e8b7222d"], "subnet_id": "subnet-7dd1d6b0", "key_name": "prod-deploy-key" } } ] } ] }