{ "version": 4, "terraform_version": "1.6.9", "serial": 207, "lineage": "0ca3c0b4-c5c3-0856-77bf-03fef0b90d7c", "outputs": { "db_endpoint": { "value": "db-4.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-7495a18fdd519c9fd", "ami": "ami-89bda49c", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-f6d4d7ca"], "subnet_id": "subnet-f611d960", "key_name": "prod-deploy-key" } } ] } ] }