{ "version": 4, "terraform_version": "1.7.3", "serial": 591, "lineage": "7b719670-1dc7-8e0a-4449-3194dfb26b42", "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-cbcf4a63b37615880", "ami": "ami-b7d35ca4", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-bbd4e84e"], "subnet_id": "subnet-82435e26", "key_name": "prod-deploy-key" } } ] } ] }