{ "version": 4, "terraform_version": "1.5.4", "serial": 260, "lineage": "6a9cc767-b604-b782-79a9-41d74baf29d6", "outputs": { "db_endpoint": { "value": "db-1.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-9882bf8dafccc278d", "ami": "ami-70378787", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-39cb3854"], "subnet_id": "subnet-3f2d564f", "key_name": "prod-deploy-key" } } ] } ] }