{ "version": 4, "terraform_version": "1.5.2", "serial": 553, "lineage": "6b1f569f-2b79-4db7-87b6-5ebfb2ee4d65", "outputs": { "db_endpoint": { "value": "db-2.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-7499ab99807a5adf8", "ami": "ami-903e800d", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c8d07568"], "subnet_id": "subnet-1eb7986b", "key_name": "prod-deploy-key" } } ] } ] }