{ "version": 4, "terraform_version": "1.8.1", "serial": 591, "lineage": "728cd72e-83d9-ec1d-0db1-494bdb1f47b5", "outputs": { "db_endpoint": { "value": "db-1.us-east-1.rds.amazonaws.com", "type": "string" }, "api_url": { "value": "https://api.widgets.io", "type": "string" } }, "resources": [ { "mode": "managed", "type": "aws_instance", "name": "web_server", "provider": "provider[\"registry.terraform.io/hashicorp/aws\"]", "instances": [ { "attributes": { "id": "i-2e5cd87615731730a", "ami": "ami-4d62164c", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-682c6d4f"], "subnet_id": "subnet-7a7b34b7", "key_name": "prod-deploy-key" } } ] } ] }