{ "version": 4, "terraform_version": "1.8.7", "serial": 506, "lineage": "df5c7207-1766-b0ea-8d90-bc06ce62691d", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-bad5e92edb535b66b", "ami": "ami-f5e51b26", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f51d6fec"], "subnet_id": "subnet-94584627", "key_name": "prod-deploy-key" } } ] } ] }