{ "version": 4, "terraform_version": "1.7.6", "serial": 278, "lineage": "628eedfb-ae20-da20-68bd-4fbdbb4a7d0e", "outputs": { "db_endpoint": { "value": "db-0.us-west-2.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-6615dd2a4f35801f2", "ami": "ami-41d9f1a2", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-f7ad85bb"], "subnet_id": "subnet-dbb75bcb", "key_name": "prod-deploy-key" } } ] } ] }