{ "version": 4, "terraform_version": "1.8.5", "serial": 295, "lineage": "9b952ebe-e35e-3cdc-93e9-3fcd19ddd7a1", "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-9502c977ac23e5ac6", "ami": "ami-fba2f687", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-69abec36"], "subnet_id": "subnet-acade30e", "key_name": "prod-deploy-key" } } ] } ] }