{ "version": 4, "terraform_version": "1.7.7", "serial": 501, "lineage": "e0634ecd-8a77-2ded-9f47-2bf65a6d814e", "outputs": { "db_endpoint": { "value": "db-2.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-4a6c607a29fb7dd2c", "ami": "ami-d56746e5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-47a892d1"], "subnet_id": "subnet-641e1034", "key_name": "prod-deploy-key" } } ] } ] }