{ "version": 4, "terraform_version": "1.6.4", "serial": 599, "lineage": "4aa3a2c7-e3d1-3cd5-ef66-9d0cc6be81ec", "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-172f02a665172d48c", "ami": "ami-8bd27d55", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-772970d5"], "subnet_id": "subnet-7e2ac393", "key_name": "prod-deploy-key" } } ] } ] }