{ "version": 4, "terraform_version": "1.8.6", "serial": 116, "lineage": "2cbdb7df-4a86-98ab-3262-d2fa0ee49056", "outputs": { "db_endpoint": { "value": "db-0.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-409cc25ec3e11d77b", "ami": "ami-ec0e0309", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-cac9e51d"], "subnet_id": "subnet-5cfa841c", "key_name": "prod-deploy-key" } } ] } ] }