{ "version": 4, "terraform_version": "1.5.8", "serial": 398, "lineage": "683cadde-b3bd-0d33-8e28-6e5d129d2ef3", "outputs": { "db_endpoint": { "value": "db-4.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-7bf17d277ca0c7218", "ami": "ami-b5eb559f", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-69cf6e7c"], "subnet_id": "subnet-a8ba38af", "key_name": "prod-deploy-key" } } ] } ] }