{ "version": 4, "terraform_version": "1.7.2", "serial": 413, "lineage": "920edb8f-fed4-14a8-4b52-43bc42abd7ef", "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-cb2b72bbe08856a3f", "ami": "ami-5854a310", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-b14c99f6"], "subnet_id": "subnet-532ffc78", "key_name": "prod-deploy-key" } } ] } ] }