{ "version": 4, "terraform_version": "1.5.7", "serial": 313, "lineage": "bea052e3-7018-97a9-c0a3-536aab292965", "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-b40ae139f28cd1611", "ami": "ami-18cf8172", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-7c049312"], "subnet_id": "subnet-98f4cfc1", "key_name": "prod-deploy-key" } } ] } ] }