{ "version": 4, "terraform_version": "1.6.2", "serial": 509, "lineage": "1b307855-0f1f-e46e-9fe7-5303b1cc0883", "outputs": { "db_endpoint": { "value": "db-1.us-west-2.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-cb055502b64464d8f", "ami": "ami-3c1b3a2d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-3917e48a"], "subnet_id": "subnet-ab18ff57", "key_name": "prod-deploy-key" } } ] } ] }