{ "version": 4, "terraform_version": "1.8.8", "serial": 118, "lineage": "6af3c990-0560-c90f-8634-9f597d57f683", "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-d8b1deb58445a6e4e", "ami": "ami-e5a70946", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-d5eee1d2"], "subnet_id": "subnet-b06ca5d5", "key_name": "prod-deploy-key" } } ] } ] }