{ "version": 4, "terraform_version": "1.5.1", "serial": 299, "lineage": "b24a1a0f-f147-c158-1d0d-5300ef2f5ec6", "outputs": { "db_endpoint": { "value": "db-0.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-1da2ea7f09bfed38c", "ami": "ami-6a99f67c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-88efd42d"], "subnet_id": "subnet-67e5b909", "key_name": "prod-deploy-key" } } ] } ] }