{ "version": 4, "terraform_version": "1.5.2", "serial": 144, "lineage": "06500e29-c8ab-6d8f-1cc0-595dfcd9c359", "outputs": { "db_endpoint": { "value": "db-0.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-9a21525527d418f95", "ami": "ami-33e076e2", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-c7b679b0"], "subnet_id": "subnet-c97a1e98", "key_name": "prod-deploy-key" } } ] } ] }