{ "version": 4, "terraform_version": "1.7.6", "serial": 206, "lineage": "b13a1f82-1fb9-dde9-b8a2-050dcf4dd5a6", "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-dd960954cfceb072a", "ami": "ami-32267c69", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-27a39f0a"], "subnet_id": "subnet-061c346b", "key_name": "prod-deploy-key" } } ] } ] }