{ "version": 4, "terraform_version": "1.5.7", "serial": 240, "lineage": "fbebb276-6e24-764e-bd0b-ffbd48ef0492", "outputs": { "db_endpoint": { "value": "db-0.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-b8fa2c43019db2fba", "ami": "ami-382c3505", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-2bc7ddbb"], "subnet_id": "subnet-9dd4e980", "key_name": "prod-deploy-key" } } ] } ] }