{ "version": 4, "terraform_version": "1.8.4", "serial": 369, "lineage": "8bc33d4b-6d8f-7c70-729e-2fd3ac0d15a0", "outputs": { "db_endpoint": { "value": "db-2.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-e190092cf7a15c85c", "ami": "ami-43c44299", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-9b2fe7f9"], "subnet_id": "subnet-865a4648", "key_name": "prod-deploy-key" } } ] } ] }