{ "version": 4, "terraform_version": "1.5.8", "serial": 418, "lineage": "c1634b60-328b-d3b7-fc23-c916feaf71cd", "outputs": { "db_endpoint": { "value": "db-4.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-0ef78ada31e74ebc3", "ami": "ami-4452ac08", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-ce758d1c"], "subnet_id": "subnet-8a736c92", "key_name": "prod-deploy-key" } } ] } ] }