{ "version": 4, "terraform_version": "1.5.6", "serial": 453, "lineage": "a3a7d78c-24c6-4036-bfe5-41702516abf5", "outputs": { "db_endpoint": { "value": "db-1.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-da96649624c1d2da0", "ami": "ami-b16bcefc", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-0ea64441"], "subnet_id": "subnet-99b5266e", "key_name": "prod-deploy-key" } } ] } ] }