{ "version": 4, "terraform_version": "1.8.7", "serial": 278, "lineage": "5e561729-59a8-04a1-7ab0-e871cf731b36", "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-01806a7e05f455233", "ami": "ami-f8d71dd3", "instance_type": "c5.2xlarge", "vpc_security_group_ids": ["sg-e8b6da40"], "subnet_id": "subnet-d2614eab", "key_name": "prod-deploy-key" } } ] } ] }