{ "version": 4, "terraform_version": "1.5.4", "serial": 245, "lineage": "a3cbfae3-1da6-b694-f320-46759281f7f0", "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-a36cf7931a4fdccf9", "ami": "ami-1beab310", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-562c79f2"], "subnet_id": "subnet-a65c1b4d", "key_name": "prod-deploy-key" } } ] } ] }