{ "version": 4, "terraform_version": "1.5.0", "serial": 474, "lineage": "3b10d07b-6183-252c-ac56-0634d60ad84a", "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-b05ba5de435cce21f", "ami": "ami-6989ed5a", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9f6c452d"], "subnet_id": "subnet-b7bcaad8", "key_name": "prod-deploy-key" } } ] } ] }