{ "version": 4, "terraform_version": "1.6.1", "serial": 444, "lineage": "0438bfcf-eeb9-f8fa-4ba8-414b82b4aa2f", "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-e99d64e73796fb8d8", "ami": "ami-57873f61", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-1b461255"], "subnet_id": "subnet-99340fc2", "key_name": "prod-deploy-key" } } ] } ] }