{ "version": 4, "terraform_version": "1.8.6", "serial": 550, "lineage": "d07e7007-b4ce-34cb-7b4f-fad580ab813d", "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-9bcd787faf1a607b6", "ami": "ami-90df0e53", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-a27db829"], "subnet_id": "subnet-d7fd822c", "key_name": "prod-deploy-key" } } ] } ] }