{ "version": 4, "terraform_version": "1.5.5", "serial": 501, "lineage": "58aaced8-24cc-2d3b-58e3-33938a21570d", "outputs": { "db_endpoint": { "value": "db-0.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-841cc98e7aec8467f", "ami": "ami-be25ea4c", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-17079b66"], "subnet_id": "subnet-b4b3e5b6", "key_name": "prod-deploy-key" } } ] } ] }