{ "version": 4, "terraform_version": "1.7.4", "serial": 244, "lineage": "b54a43ff-9c7c-60b9-1797-6baf54d2ba5b", "outputs": { "db_endpoint": { "value": "db-1.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-373f52ebc9aec52c8", "ami": "ami-3cd55b07", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-09055416"], "subnet_id": "subnet-d02fef10", "key_name": "prod-deploy-key" } } ] } ] }