{ "version": 4, "terraform_version": "1.6.7", "serial": 473, "lineage": "8bc212a2-b910-ebe8-c0e0-73605ad0dc75", "outputs": { "db_endpoint": { "value": "db-0.us-east-1.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-5d13d23a88c049137", "ami": "ami-fc182af5", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-3baea276"], "subnet_id": "subnet-e10c0ef6", "key_name": "prod-deploy-key" } } ] } ] }