{ "version": 4, "terraform_version": "1.5.7", "serial": 482, "lineage": "ca46fdab-8ab3-a488-6cf6-fe0c62306a78", "outputs": { "db_endpoint": { "value": "db-2.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-19267b9c6ab5bbd45", "ami": "ami-ec5a81fd", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-0df2fd3d"], "subnet_id": "subnet-87fa534b", "key_name": "prod-deploy-key" } } ] } ] }