{ "version": 4, "terraform_version": "1.5.1", "serial": 412, "lineage": "ff08e778-0d47-49c8-b0f4-9bfec5b0072f", "outputs": { "db_endpoint": { "value": "db-3.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-3a2b5e1d0f2879b30", "ami": "ami-1719e610", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1c5daa33"], "subnet_id": "subnet-10e7891d", "key_name": "prod-deploy-key" } } ] } ] }