{ "version": 4, "terraform_version": "1.7.6", "serial": 542, "lineage": "c62efe3b-9478-f375-7fdf-b7e1ef68e01a", "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-f87a3a3fd9a0479ed", "ami": "ami-e5f0ae99", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-be444904"], "subnet_id": "subnet-1d1aec12", "key_name": "prod-deploy-key" } } ] } ] }