{ "version": 4, "terraform_version": "1.6.2", "serial": 407, "lineage": "f08aec26-4e7d-e7ec-41a4-e20ccf6f70f7", "outputs": { "db_endpoint": { "value": "db-3.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-4f085883dd3bbf025", "ami": "ami-733cd257", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-1c1dc012"], "subnet_id": "subnet-22adb439", "key_name": "prod-deploy-key" } } ] } ] }