{ "version": 4, "terraform_version": "1.7.1", "serial": 490, "lineage": "7aa52887-2fb6-e17e-3d1c-419dfc01df1e", "outputs": { "db_endpoint": { "value": "db-3.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-37e4b4ee010266535", "ami": "ami-722aca2c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-f96cfab2"], "subnet_id": "subnet-1201656d", "key_name": "prod-deploy-key" } } ] } ] }