{ "version": 4, "terraform_version": "1.7.9", "serial": 178, "lineage": "7717b321-fb86-ffab-fefd-0cf6e7bc69aa", "outputs": { "db_endpoint": { "value": "db-2.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-3aac7b6e080e695b9", "ami": "ami-78da484e", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-5763b0b9"], "subnet_id": "subnet-1ba33664", "key_name": "prod-deploy-key" } } ] } ] }