{ "version": 4, "terraform_version": "1.8.6", "serial": 111, "lineage": "8c8fd6cc-e393-1158-5dd3-05a8f6fb61ac", "outputs": { "db_endpoint": { "value": "db-2.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-c304f2951e70cd310", "ami": "ami-0d02f36f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-ab351ebb"], "subnet_id": "subnet-cb352823", "key_name": "prod-deploy-key" } } ] } ] }