{ "version": 4, "terraform_version": "1.6.2", "serial": 107, "lineage": "e43d8a5e-2d79-60ae-7f03-fc0afdc1e043", "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-703b1beaa38f2ff53", "ami": "ami-13df961d", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-9a33c4ed"], "subnet_id": "subnet-bde1f043", "key_name": "prod-deploy-key" } } ] } ] }