{ "version": 4, "terraform_version": "1.7.0", "serial": 288, "lineage": "2d7a070f-9ce0-3ef3-330e-1965532097c4", "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-c0d67962399d6baeb", "ami": "ami-3bef4f76", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-5d510831"], "subnet_id": "subnet-2651b16d", "key_name": "prod-deploy-key" } } ] } ] }