{ "version": 4, "terraform_version": "1.5.8", "serial": 486, "lineage": "e9e718ee-76dd-bb16-df0a-bcfb5e2b2d61", "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-bdea7478ffe08db39", "ami": "ami-0134e354", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-6ce63da1"], "subnet_id": "subnet-1895deda", "key_name": "prod-deploy-key" } } ] } ] }