{ "version": 4, "terraform_version": "1.6.4", "serial": 551, "lineage": "399371e4-44fa-e4a3-694b-5ecee3610c60", "outputs": { "db_endpoint": { "value": "db-0.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-26a951e17e954bd92", "ami": "ami-7fd81d87", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-7bd4ce28"], "subnet_id": "subnet-6127bb54", "key_name": "prod-deploy-key" } } ] } ] }