{ "version": 4, "terraform_version": "1.7.5", "serial": 359, "lineage": "37d07cd8-30a5-d7d2-526c-ebaf6abf9930", "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-076bdfae467ae4144", "ami": "ami-d4d1e89e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ee86dedd"], "subnet_id": "subnet-47054676", "key_name": "prod-deploy-key" } } ] } ] }