{ "version": 4, "terraform_version": "1.6.2", "serial": 356, "lineage": "0a4027a2-6b0e-01c4-eff8-5dcb807ba2ee", "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-72b87ad85eed8492c", "ami": "ami-230eff47", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-15f5cbe2"], "subnet_id": "subnet-846d9f61", "key_name": "prod-deploy-key" } } ] } ] }