{ "version": 4, "terraform_version": "1.5.5", "serial": 419, "lineage": "7c4a0f99-a494-47c8-873e-429e4e19c66f", "outputs": { "db_endpoint": { "value": "db-3.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-7ee2a5a4921969330", "ami": "ami-3a574510", "instance_type": "r5.large", "vpc_security_group_ids": ["sg-b6181f9e"], "subnet_id": "subnet-ff70f5e4", "key_name": "prod-deploy-key" } } ] } ] }