{ "version": 4, "terraform_version": "1.5.7", "serial": 561, "lineage": "509d29a4-fb37-1812-d6df-bd53d60f0df5", "outputs": { "db_endpoint": { "value": "db-4.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-8059aac720bd83c51", "ami": "ami-6cf9d1ee", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-ed1f7671"], "subnet_id": "subnet-13686aa4", "key_name": "prod-deploy-key" } } ] } ] }