{ "version": 4, "terraform_version": "1.5.1", "serial": 307, "lineage": "15f65db7-e044-5729-f184-1ca474c53666", "outputs": { "db_endpoint": { "value": "db-1.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-a267a35c30357e273", "ami": "ami-27cfafe7", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-423f9dc9"], "subnet_id": "subnet-ae97cd6e", "key_name": "prod-deploy-key" } } ] } ] }