{ "version": 4, "terraform_version": "1.7.6", "serial": 210, "lineage": "07422841-c8e2-60ca-8687-8726d5582ed6", "outputs": { "db_endpoint": { "value": "db-1.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-626254c27cbfd2b41", "ami": "ami-e272a14c", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-e95b2923"], "subnet_id": "subnet-0a7b13cc", "key_name": "prod-deploy-key" } } ] } ] }