{ "version": 4, "terraform_version": "1.7.5", "serial": 517, "lineage": "9b4bcd2e-5791-dea0-6887-ff58ee507cdc", "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-a0b679956e1d2d17c", "ami": "ami-1d9a6f81", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f203b4b4"], "subnet_id": "subnet-0ef6722b", "key_name": "prod-deploy-key" } } ] } ] }