{ "version": 4, "terraform_version": "1.5.9", "serial": 214, "lineage": "3abec867-b5e8-1c97-e55f-6322c0833c8f", "outputs": { "db_endpoint": { "value": "db-3.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-17c8def8dfb934f7d", "ami": "ami-498adc9d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-475a8c42"], "subnet_id": "subnet-7c425014", "key_name": "prod-deploy-key" } } ] } ] }