{ "version": 4, "terraform_version": "1.7.8", "serial": 530, "lineage": "f5f6089b-d1fb-b732-f051-0477619bbe3c", "outputs": { "db_endpoint": { "value": "db-3.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-b0a2cff3319bf1e4f", "ami": "ami-f671be48", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-1444fd96"], "subnet_id": "subnet-12e34708", "key_name": "prod-deploy-key" } } ] } ] }