{ "version": 4, "terraform_version": "1.8.3", "serial": 265, "lineage": "9733e9e2-3a19-e833-0969-6a79ddde5d5c", "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-9ae816d359ac5c80c", "ami": "ami-e1c8de31", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5c61c888"], "subnet_id": "subnet-56a98dd5", "key_name": "prod-deploy-key" } } ] } ] }