{ "version": 4, "terraform_version": "1.5.0", "serial": 190, "lineage": "3c3d94dc-c619-577f-2ba0-56fa90f1eae1", "outputs": { "db_endpoint": { "value": "db-3.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-d8c5d5587f815270c", "ami": "ami-7473c294", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-37b64825"], "subnet_id": "subnet-f9d9e1db", "key_name": "prod-deploy-key" } } ] } ] }