{ "version": 4, "terraform_version": "1.5.7", "serial": 278, "lineage": "797ed33d-f8ba-18c2-33e2-08d42b9385af", "outputs": { "db_endpoint": { "value": "db-4.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-6c6cc442be29589ed", "ami": "ami-9b01ba28", "instance_type": "t3.large", "vpc_security_group_ids": ["sg-04c99bae"], "subnet_id": "subnet-e2e7f833", "key_name": "prod-deploy-key" } } ] } ] }