{ "version": 4, "terraform_version": "1.6.9", "serial": 308, "lineage": "25ce25a9-4fab-2a20-8482-e5981fcb9350", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-1a1c5a015a468710d", "ami": "ami-41cc1c36", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2b847952"], "subnet_id": "subnet-376b88fc", "key_name": "prod-deploy-key" } } ] } ] }