{ "version": 4, "terraform_version": "1.5.4", "serial": 593, "lineage": "9f3ec4f4-3650-7674-16a7-b6dcb3889757", "outputs": { "db_endpoint": { "value": "db-3.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-6a76d9d4544dcee44", "ami": "ami-423633c7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-6227192b"], "subnet_id": "subnet-18b6974d", "key_name": "prod-deploy-key" } } ] } ] }