{ "version": 4, "terraform_version": "1.6.7", "serial": 394, "lineage": "b485015a-8abf-7ef0-1464-54e3b949f8f0", "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-30da6c776b1258bab", "ami": "ami-6af763c3", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b5234480"], "subnet_id": "subnet-f82c6f07", "key_name": "prod-deploy-key" } } ] } ] }