{ "version": 4, "terraform_version": "1.8.1", "serial": 229, "lineage": "271a3e02-dcf0-c7c4-8a62-20ee25d3daf1", "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-064a6a2672364e19f", "ami": "ami-27570e29", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9cadea42"], "subnet_id": "subnet-ec8c09f4", "key_name": "prod-deploy-key" } } ] } ] }