{ "version": 4, "terraform_version": "1.5.7", "serial": 431, "lineage": "de7a6412-d53e-0b8c-e24b-b6bc840488a7", "outputs": { "db_endpoint": { "value": "db-3.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-f05a5593e93c3167b", "ami": "ami-5595030e", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-c253fc42"], "subnet_id": "subnet-3179adc2", "key_name": "prod-deploy-key" } } ] } ] }