{ "version": 4, "terraform_version": "1.8.4", "serial": 471, "lineage": "91de2683-5521-6219-b228-af36e2b25353", "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-185e1e0b24801b0f6", "ami": "ami-cf9af50d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-72780b00"], "subnet_id": "subnet-a8ccaea9", "key_name": "prod-deploy-key" } } ] } ] }