{ "version": 4, "terraform_version": "1.5.2", "serial": 427, "lineage": "6596b135-1447-c82b-7d01-f5cbf3e025ba", "outputs": { "db_endpoint": { "value": "db-3.eu-west-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-4a9276cbc6e1c205d", "ami": "ami-67f0fe08", "instance_type": "m5.xlarge", "vpc_security_group_ids": ["sg-a7f4404a"], "subnet_id": "subnet-89778c5d", "key_name": "prod-deploy-key" } } ] } ] }