{ "version": 4, "terraform_version": "1.7.6", "serial": 175, "lineage": "64a45538-58cd-c792-e738-7f7203d3075f", "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-96c817ea56f51c141", "ami": "ami-cae9e8a7", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-59fe6877"], "subnet_id": "subnet-7338311d", "key_name": "prod-deploy-key" } } ] } ] }